* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {}

#app {
    width: 100%;
    height: 100%;
    position: relative;
}

.all {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #eaf0f5;
    min-width: 1330px;
    min-height: 600px;
}

.login {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    min-width: 1330px;
    min-height: 600px
}

li {
    list-style: none
}

body {
    font-size: 12px;
    color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
}

.el-tabs__item {
    height: 36px;
    line-height: 36px;
}


/* 导航 */

.el-menu--horizontal>.el-submenu {
    width: 98px
}

.el-menu--horizontal>.el-menu-item {
    height: 70px;
    line-height: inherit;
    width: 102px;
}

.el-menu--horizontal>.el-menu-item>div {
    text-align: center
}

.el-menu--horizontal>.el-submenu .el-submenu__title {
    height: 70px;
    line-height: inherit;
    overflow: hidden;
}

.el-menu--popup-bottom-start {
    margin-top: 0px;
    background: #fff !important;
}

.el-menu--popup-bottom-start .el-menu-item {
    text-align: center;
    font-size: 13px
}

.el-menu--popup-bottom-start .el-menu-item.is-active {
    background: #f5f7f9 !important;
    color: #00a4ff !important;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    background: #f5f7f9 !important;
    color: #00a4ff !important;
}

.item-one .el-menu-item {
    text-align: left !important
}

.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
    min-width: 102px;
    border-radius: 0px
}

.nav .el-icon-arrow-down:before {
    display: none
}

.nav .el-menu-item [class^=el-icon-],
.nav .el-submenu [class^=el-icon-] {
    margin-right: 0px;
    margin-bottom: 5px;
}

.el-menu-item [class^=el-icon-],
.el-submenu [class^=el-icon-] {
    height: 20px;
    height: 20px;
}

.nav-h .el-submenu.is-active .el-submenu__title i {
    color: #fff
}

.nav-h .el-menu-item:hover,
.nav-h .el-submenu:hover>.el-submenu__title {
    background: #14222f !important
}

.el-menu--horizontal>.el-menu-item.is-active,
.el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
    border: none;
    color: #fff
}

.nav-h .el-menu-item.is-active,
.nav-h .el-submenu.is-active .el-submenu__title {
    background: #38424f !important;
    color: #fff !important;
    position: relative;
}

.nav-h .el-menu-item.is-active::after,
.nav-h .el-submenu.is-active .el-submenu__title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0px;
    left: 0px;
    background: #3366ff
}

.navBarWrap {
    margin-top: 13px;
}

.navBarWrap>div {
    text-align: center
}

.nav-h {
    float: left;
    margin-left: 80px
}

.logo {
    float: left;
    color: #fff;
    line-height: 70px;
    font-size: 18px
}

.logo img {
    vertical-align: middle;
    max-height: 40px;
    margin-right: 14px;
}

.nav {
    height: 70px;
    background: #1d2a37;
    padding: 0px 15px
}

.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
    color: #333 !important;
    background: #fff !important;
}

.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title {
    color: #409eff !important;
    background: #f9f6f6 !important;
}

.user-info {
    float: right;
    color: #fff;
    line-height: 70px;
}

.user-list {
    float: left;
    margin-left: 17px;
}

.user-list i {
    display: block;
    float: left;
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin-top: 15px;
    border-radius: 19px;
    background-color: #14222f !important
}

.user-list.user-name {
    cursor: pointer;
}

.user-list.user-name i {
    background: url(../images/nav/user.png) no-repeat center
}

.user-list.user-name i {
    background-color: #fff !important;
    margin-right: 10px;
}

.icon-tixing {
    position: relative;
}

.icon-tixing.active::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #F00;
    top: 20px;
    right: 0px;
}

.el-icon-home {
    background: url(../images/nav/shouye.svg) center no-repeat;
}

.el-icon-cheliang {
    background: url(../images/nav/cheliang.svg) center no-repeat;
}

.el-icon-shipin {
    background: url(../images/nav/shipin.svg) center no-repeat;
}

.el-icon-baobiao {
    background: url(../images/nav/baobiao.svg) center no-repeat;
}

.el-icon-anquan {
    background: url(../images/nav/anquan.svg) center no-repeat;
}

.el-icon-xitong {
    background: url(../images/nav/ziliao.svg) center no-repeat;
}

.el-icon-yonghu {
    background: url(../images/nav/guanli-icon.svg) center no-repeat;
}

.icon-tixing i {
    background: url(../images/nav/ring.svg) center no-repeat
}

.icon-shezhi i {
    background: url(../images/nav/shezhi.svg) center no-repeat
}

.icon-tuichu i {
    background: url(../images/nav/exit.svg) center no-repeat
}

.icon-gongdan i {
    background: url(../images/nav/kefu.svg) center no-repeat
}

.item {
    width: 780px;
    height: 254px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 0px;
    background: #fff;
    left: -350px;
    padding: 0px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.item-one {
    width: 130px;
    height: auto;
    text-align: center;
}

.title-one {
    color: #666;
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: left;
    padding-bottom: 6px;
    margin: 5px 0px;
    border-bottom: 1px dashed #d0d0d0;
}

.title-one i,
.title-one span {
    display: inline-block;
    vertical-align: middle;
}

.title-one i {
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.icon-baobiao-shebei {
    background: url(../images/nav/icon-baobiao-shebei.png) no-repeat center;
    background-size: contain;
}

.icon-baobiao-baojing {
    background: url(../images/nav/icon-baobiao-baojing.png) no-repeat center;
}

.icon-baobiao-chedui {
    background: url(../images/nav/icon-baobiao-chedui.png) no-repeat center;
}

.icon-baobiao-cheliang {
    background: url(../images/nav/icon-baobiao-cheliang.png) no-repeat center;
}

.icon-baobiao-jashiyuan {
    background: url(../images/nav/icon-baobiao-jashiyuan.png) no-repeat center;
}


/* tabs */

.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #0971e9
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #0971e9;
    background: #eaf0f5;
    color: #0971e9
}

.el-tabs--border-card>.el-tabs__header {
    background: #fff;
    border-color: #ced7de;
}

.el-tabs--border-card {
    box-shadow: none;
    background: none;
    border: none
}

.el-tabs--border-card>.el-tabs__content {
    padding: 0px;
    display: none
}

.el-tabs__nav.is-top>.el-tabs__item:first-child .el-icon-close {
    display: none
}

.el-tabs__item .el-icon-close {
    background-color: #c9d0d7;
    color: #FFF;
}


/* 主体 */

.body {
    position: absolute;
    top: 70px;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.page {
    position: absolute;
    top: 36px;
    width: 100%;
    bottom: 0px;
    ;
    left: 0px;
}

.tree-panel {
    position: relative;
    height: 100%;
    width: 306px;
    background: #fff;
    border-right: 1px solid #ced7de;
    overflow: hidden;
}

.panel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/*监控*/

.map-wrap {
    position: absolute;
    left: 306px;
    height: 100%;
    top: -1px;
    right: 0px;
}

.map-wrap.active .map-area {
    bottom: 0px;
}

.bar-select .el-select .el-input {
    width: 65px;
    font-size: 12px
}

.input-with-select .el-input-group__prepend {
    background-color: #fff;
}

.search {
    margin: 0px 9px;
    border: 1px solid #0080e5;
    margin-top: 8px;
}

.search .el-input__inner {
    padding: 0px;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    border: none
}

.search .el-input__icon {
    line-height: 30px;
}

.bar-select .el-input-group__prepend {
    border: none;
    background: #0080e5;
    border-radius: 0px;
}

.bar-select .el-input-group__append {
    background: #fff;
    border-radius: 0px;
    border: none;
    padding: 0px;
    width: 30px;
    text-align: center
}

.bar-select .el-input-group__append .el-button {
    border-radius: 0px;
    border: none;
    padding: 0px;
    margin: 0px;
}

.bar-select .el-input-group__append .el-button [class^=el-icon-] {
    color: #0971e9;
}

.bar-select .el-input-group__prepend .el-select .el-select__caret {
    color: #fff
}

.bar-select .el-input {
    color: #fff
}

.bar-select .el-input input::-webkit-input-placeholder {
    color: #fff !important;
}

.bar-select .el-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
}

.bar-select .el-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}

.bar-select .el-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.tree-sum {
    border-top: 1px solid #ced7de;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    font-size: 13px;
    background: #ebf0f6;
}

.sum-dl dl dt,
.sum-dl dl dd {
    float: left;
    font-size: 12px;
}

.sum-dl dl dt {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.sum-dl dl dd:nth-of-type(1) {
    color: #9ba4ab
}

.sum-dl dl dd:last-child {
    font-size: 17px;
    margin-top: 0px;
    margin-left: 4px
}

.tree-sum .el-row {
    padding: 0px 10px;
    padding-bottom: 8px;
}

.tree-sum .el-row:first-child {
    padding-top: 10px
}

.else-sum-dl dl dt,
.else-sum-dl dl dd {
    float: left
}

.else-sum-dl dl dt {
    color: #9ba4ab
}

.else-sum-dl dl dd {
    font-size: 17px;
    margin-top: 0px;
    margin-left: 4px
}

.tree-block {
    border-bottom: 1px solid #ced7de;
    background: #fff;
}

.icon-all-car {
    background: url(../images/jiankong/cheliang.svg) no-repeat center;
    background-size: contain
}

.icon-all-zaixian {
    background: url(../images/jiankong/zaixian.svg) no-repeat center;
}

.icon-all-licheng {
    background: url(../images/jiankong/licheng.svg) no-repeat center;
    background-size: contain
}

.icon-all-shichang {
    background: url(../images/jiankong/shichang.svg) no-repeat center;
    background-size: contain
}

.icon-all-ring {
    background: url(../images/jiankong/ring.svg) no-repeat center;
    background-size: contain
}

.tree-block-else .sum-dl dl dd:last-child,
.tree-block-else .else-sum-dl dl dd {
    font-size: 13px;
    margin-top: -1px;
}

.tree-msg-btn.el-button--primary {
    border-radius: 0px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 12px
}

.map-window {
    position: absolute;
    height: 190px;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #ced7de;
    background: #fff
}

.window-tab {
    overflow: hidden;
    padding: 0px 20px;
    border-bottom: 1px solid #ced7de
}

.window-tab ul li {
    float: left;
    line-height: 34px;
    padding: 0px 15px;
    font-size: 13px;
    color: grey;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}

.window-tab ul li:first-child {
    margin-left: 0px;
    cursor: pointer;
}

.window-tab ul li.active {
    color: #1081df;
    position: relative;
}

.window-tab ul li.active::after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #1381e2
}

.window-tab ul li:hover::after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #1381e2;
}

.window-tab ul li:hover {
    color: #1081df;
}

.map-window .el-table th>.cell {
    font-size: 12px;
    color: #585858;
}

.tree-list {
    position: absolute;
    top: 45px;
    bottom: 66px;
    overflow: auto;
    width: 100%;
    left: 0px;
    padding: 10px;
}

.tree-list-video {
    position: absolute;
    top: 45px;
    bottom: 218px;
    overflow: auto;
    width: 100%;
    left: 0px;
    padding: 10px;
}

.tree-list-video.active {
    position: absolute;
    top: 45px;
    bottom: 218px;
    overflow: auto;
    width: 100%;
    left: 0px;
    padding: 10px;
    bottom: 48px
}

.window-option-btn {
    float: right
}

.window-option-btn ul li {
    float: left;
    width: 30px;
    height: 34px;
    padding: 0px;
    margin: 0px;
    margin-left: 8px
}

.window-option-btn ul li:hover::after {
    display: none
}

.icon-window-fangda {
    background: url(../images/jiankong/fangda.svg) no-repeat center
}

.icon-window-open {
    background: url(../images/jiankong/open.png) no-repeat center;
    cursor: pointer;
}


/* .map-window.active .icon-window-fangda.tab{background: url(../images/jiankong/suoxiao.svg) no-repeat center} */

.map-window.active .icon-window-fangda {
    background: url(../images/jiankong/suoxiao.svg) no-repeat center
}

.icon-window-zuixiaohua {
    background: url(../images/jiankong/zuixiaohua.svg) no-repeat center
}

.icon-window-shengyin {
    background: url(../images/jiankong/shengyin.svg) no-repeat center
}

.icon-window-shengyin.tab {
    background: url(../images/jiankong/jingyin.svg) no-repeat center
}

.tree-panel .el-input__suffix {
    right: 0px
}

.baojing-info dl {
    overflow: hidden;
    font-size: 12px;
    margin-top: 10px;
}

.baojing-info dl:first-child {
    margin-top: 0px
}

.baojing-info dl dt {
    float: left;
    color: #9fa9b2;
    width: 75px
}

.cheliang-cheliang {
    padding: 20px
}

.baojing-info dl dd {
    margin-left: 85px
}

.info-img {
    width: 112px;
    height: 112px;
    float: right;
    background: #ebf0f6;
    text-align: center;
    line-height: 112px;
}

.info-img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.baojing-info.jiashiyuan-info dl dt {
    width: 55px
}

.baojing-info.jiashiyuan-info dl dd {
    margin-left: 60px
}

.shipin-load {
    padding: 10px;
    font-size: 12px
}

.select-wrap {
    display: inline-block;
}

.shipin-load-btn {
    display: inline-block;
    float: right
}

.shipin-load-btn .el-button {
    padding: 0px;
    height: 30px;
    line-height: 30px;
    width: 75px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px
}

.shipin-load-btn .el-button--primary {
    background: #0080e5;
}

.load-wrap {
    height: 182px;
    width: 100%;
    background: #000;
    margin-top: 10px;
}

.load-page {
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 10px;
}

.load-page::after {
    content: '';
    position: absolute;
    height: 1px;
    left: 0px;
    right: 0px;
    background: #ced7de;
    margin-top: 25px
}

.load-page a {
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #333333
}

.load-page a:first-child {
    float: left;
}

.load-more {
    text-align: center;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    font-size: 13px;
    color: #000
}

.msg-img {
    width: 24px;
    height: 24px;
    background: #000
}

.map-window.active {
    top: 0px;
    z-index: 1000;
    background: #fff;
    height: auto !important;
    bottom: 0px;
}

.window-table {
    position: absolute;
    width: 100%;
    top: 35px;
    bottom: 0px;
    left: 0px;
}

.shipin-window-table {
    position: absolute;
    width: 100%;
    top: 35px;
    bottom: 0px;
    left: 0px;
}

.littel-window {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    border: 1px solid #ced7de;
    padding: 0px 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    display: none
}

.littel-window-title {
    display: inline-block;
    float: left;
    line-height: 35px;
    margin-right: 5px;
    font-weight: bold;
    color: #1381e2
}

.map-wrap.active .littel-window {
    display: block
}

.map-wrap.active .map-window {
    display: none
}

.map-wrap.active .map-video-wrap {
    bottom: 0px
}

.el-upload-btn {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.map-video-wrap.active .video-video {
    right: 0px
}

.mingling-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.dialogform.dialogMingling .el-dialog__body {
    padding: 0px
}

.mingling-wrap {
    height: 400px
}

.mingling-left {
    position: relative;
    height: 100%;
    width: 150px;
    border-right: 1px solid #e5e5e5;
}

.mingling-right {
    position: absolute;
    height: 100%;
    left: 150px;
    right: 0px;
    top: 0px;
}

.mingling-left ul li {
    padding-left: 18px;
    font-size: 12px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.mingling-left ul li.active,
.mingling-left ul li:hover {
    color: #1482e1;
    background: #ebf0f6;
}

.dialogform.dialogMingling .dialog-footer .el-button {
    height: 30px;
    line-height: 30px;
}

.dialogform.dialogMingling .dialog-footer {
    margin-top: 25px
}

.mingling-content dl {
    display: flex;
    padding-left: 10px;
    padding-right: 50px;
    margin-bottom: 15px;
}

.mingling-content dl dt {
    width: 90px;
    text-align: right;
    flex-shrink: 0;
}

.mingling-content dl dd {
    flex-grow: 1;
    padding-top: 2px
}

.mingling-content {
    padding-top: 30px;
    font-size: 12px;
}

.dialogform.dialogMingling .el-input__inner {
    height: 30px;
    line-height: 30px;
}

.mingling-content dl.form-dl dt {
    line-height: 30px;
    height: 30px;
}

.map-tool {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    position: absolute;
    right: 10px;
    z-index: 100;
    top: 5px
}

.tool-block i,
.tool-block span {
    display: inline-block;
    vertical-align: middle;
}

.tool-block i {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.tool-block {
    padding: 10px 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.tool-block::after {
    content: '';
    position: absolute;
    height: 17px;
    width: 1px;
    background: #dad8d8;
    left: 0px
}

.tool-block:first-child::after {
    display: none
}

.tool-block.active {
    color: #0080e5
}

.tool-icon-sousuo i {
    background: url(../images/jiankong/sousuo.png) no-repeat center;
}

.tool-icon-weilan i {
    background: url(../images/jiankong/weilan.png) no-repeat center;
}

.tool-icon-biaozhu i {
    background: url(../images/jiankong/biaozhu.png) no-repeat center;
}

.tool-icon-ceju i {
    background: url(../images/jiankong/ceju.png) no-repeat center;
}

.tool-icon-weixing i {
    background: url(../images/jiankong/weixing.png) no-repeat center;
}

.tool-icon-sousuo.active i {
    background: url(../images/jiankong/sousuos.png) no-repeat center;
}

.tool-icon-weilan.active i {
    background: url(../images/jiankong/weilans.png) no-repeat center;
}

.tool-icon-biaozhu.active i {
    background: url(../images/jiankong/biaozhus.png) no-repeat center;
}

.tool-icon-ceju.active i {
    background: url(../images/jiankong/cejus.png) no-repeat center;
}

.tool-icon-weixing.active i {
    background: url(../images/jiankong/weixings.png) no-repeat center;
}

.map-search {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.map-search .el-input__inner {
    height: auto;
    line-height: inherit;
    padding-top: 9.5px;
    padding-left: 0px;
    padding-bottom: 9.5px;
    border-radius: 0px;
    border: none;
}

.map-search .el-input {
    padding-left: 47px;
}

.map-search-btn {
    position: absolute;
    width: 47px;
    height: 100%;
    background: url(../images/jiankong/sousuos.png) no-repeat center;
    cursor: pointer;
}

.map-weilan {
    position: absolute;
    right: 10px;
    width: 292px;
    background: #fff;
    border: 1px solid #dcdcdc;
    z-index: 100;
    top: 50px;
    bottom: 10px
}

.weilan-header {
    height: 35px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 35px;
    padding-left: 10px;
}

.weilan-close {
    display: block;
    float: right;
    width: 36px;
    text-align: center;
    text-decoration: none;
    color: #666;
    font-size: 20px;
}

.weilan-search {
    padding: 10px;
    position: relative;
}

.weilan-search .el-input__inner {
    height: 30px;
    line-height: 30px;
    border: none;
    padding-right: 0px;
    background: #f5f5f5;
}

.weilan-search .el-input {
    padding-right: 40px;
    background: #f5f5f5;
}

.weilan-search .map-search-btn {
    position: absolute;
    width: 47px;
    height: 30px;
    right: 10px;
    top: 10px;
    background: url(../images/jiankong/sousuo.png) no-repeat center;
}

.weilan-wrap {
    position: absolute;
    top: 82px;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.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: 116px;
    border: 1px solid #ced4da;
}

.quyu-btn {
    text-align: center;
    margin-top: 10px
}

.quyu-btn button {
    height: 30px;
    line-height: 30px;
}

input.select-quyu {
    width: 116px;
    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;
    text-decoration: none;
}

.xingzhengquyu-bangding.input-card {
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xingzhengquyu-bangding.input-card input.select-quyu,
.xingzhengquyu-bangding.input-card .input-item select.select-quyu {
    width: 192px;
}

.xingzhengquyu-bangding.input-card .el-row {
    margin-bottom: 0px;
}

.xingzhengquyu-bangding.input-card .dialog-btn {
    text-align: center
}

.xingzhengquyu-bangding.input-card .dialog-btn .el-button {
    padding: 8px 9px;
    margin-top: 10px
}

.cheliang-bangding .el-form-item {
    margin-bottom: 10px;
    font-size: 12px;
}

.cheliang-bangding .form-table-search .el-button {
    margin-bottom: 10px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
}

.form-table-search .el-form-item__label {
    line-height: 30px;
}

.cheliang-bangding .input-item-text,
.cheliang-bangding input[type=text],
.cheliang-bangding input[type=date],
.cheliang-bangding select,
.cheliang-bangding .el-button {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.cheliang-bangding .el-dialog__body {
    padding: 15px;
    padding-top: 10px;
}

.cheliang-bangding .el-input__prefix {
    left: -8px
}

.cheliang-bangding .el-date-editor.el-input,
.cheliang-bangding .el-date-editor.el-input__inner {
    width: 100%
}

.cheliang-bangding .el-date-editor.el-input .el-input__inner {
    padding-left: 15px
}

.cheliang-bangding .el-checkbox__label {
    padding-left: 5px;
    font-size: 12px
}

.cheliang-bangding .el-table .el-select,
.cheliang-bangding .el-table .el-input__inner {
    width: 100%;
    padding: 0px;
    border: none
}

.cheliang-bangding .el-table .el-input__suffix {
    right: 0px
}

.cheliang-bangding .el-input__icon {
    line-height: 30px;
}

.cheliang-bangding .el-form--inline .el-form-item__content {
    vertical-align: middle;
}

.cheliang-bangding .form-table-search {
    overflow: hidden
}

.cheliang-bangding .el-select,
.cheliang-bangding .el-input {
    width: 120px
}

.cheliang-bangding .el-form-item__label {
    font-size: 12px;
}

.cheliang-bangding .el-form-item__content {
    line-height: 30px;
}

.cheliang-bangding .el-checkbox__label {
    vertical-align: middle;
}


/*ztree修改*/


/* .ztree{padding:0px}
.ztree li span.button.roots_close,.ztree li span.button.bottom_close,.ztree li span.button.center_close,.ztree li span.button.root_close{background:url(../images/jiankong/tree/tree-close.png) no-repeat center;margin-top:1px}
.ztree li span.button.roots_open,.ztree li span.button.bottom_open,.ztree li span.button.center_open,.ztree li span.button.root_open{background:url(../images/jiankong/tree/tree-open.png) no-repeat center}
.ztree li span.button.chk{margin: 2px 3px 0 0;} */


/* .ztree li span.button.ico_docu,.ztree li span.button.ico_open,.ztree li span.button.ico_close{display:none} */


/* .ztree li span.button.chk.checkbox_true_full,.ztree li span.button.chk.checkbox_true_part,.ztree li span.button.chk.checkbox_true_full_focus,.ztree li span.button.chk.checkbox_true_part_focus{background:url(../images/jiankong/tree/tree-check.png) no-repeat center}
.ztree li span.button.chk.checkbox_false_full,.ztree li span.button.chk.checkbox_false_full_focus{background:url(../images/jiankong/tree/tree-nocheck.png) no-repeat center}
.ztree li a.curSelectedNode{background: #d3dce4;color:#268cdd;border:none}
.layui-table-tips-c:before{position: relative;right: 0px;top: -3px;} */


/* 首页 */

.sum-list {
    overflow: hidden;
    margin: 0px 5px;
    margin-top: 10px;
}

.sum-list li {
    float: left;
    width: 16.66%;
    padding: 0px 5px;
}

.sum-block {
    background: #fff;
    overflow: hidden;
    padding: 0px 30px;
    height: 90px;
}

.icon-sum {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 25px;
    margin-top: 4px;
}

.sum-text {
    margin-left: 55px;
    text-align: center;
    margin-top: 15px
}

.sum-text span {
    display: block;
    font-size: 12px;
}

.sum-text span:first-child {
    font-size: 26px;
    margin-bottom: 5px
}

.chart {
    position: absolute;
    right: 5px;
    left: 5px;
    top: 105px;
    bottom: 5px;
}

.chart-block {
    position: relative;
    height: 50%;
    width: 66.7%;
    float: left;
    padding: 5px;
}

.chart-blocks {
    position: relative;
    height: 50%;
    width: 33.3%;
    float: left;
    padding: 5px;
}

.chart-e {
    background: #fff;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.chart-title {
    padding: 10px;
    font-size: 14px;
}

.chart-area {
    width: 100%;
    height: auto;
}

.icon-zongji {
    background-color: #268cdd !important;
    background: url(../images/home/cheliang.svg) no-repeat center
}

.icon-zaixian {
    background-color: #30c46f !important;
    background: url(../images/home/zaixian.svg) no-repeat center
}

.icon-lixian {
    background-color: #abb1b6 !important;
    background: url(../images/home/lixian.svg) no-repeat center
}

.icon-baojing {
    background-color: #e22f2f !important;
    background: url(../images/home/baojing.svg) no-repeat center
}

.icon-weichuli {
    background-color: #eb8d13 !important;
    background: url(../images/home/baojing.svg) no-repeat center
}

.icon-yichuli {
    background-color: #66d891 !important;
    background: url(../images/home/baojing.svg) no-repeat center
}

.set-dialog .el-input__inner {
    height: 30px;
    line-height: 30px;
}

.set-dialog .el-input__inner {
    height: 30px;
    line-height: 30px;
}

.set-dialog .el-form-item {
    margin-bottom: 10px;
}

.set-dialog .el-radio {
    width: 90px;
}

.set-dialog .el-button.el-button--info {
    padding: 0px 10px;
    ;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
}


/* 首页2 */

.home-chart-left {
    display: inline-block;
    position: relative;
    width: calc(100% - 370px);
    height: 100%;
    vertical-align: top;
}

.home-chart-right {
    display: inline-block;
    position: absolute;
    width: 370px;
    height: 100%;
    vertical-align: top;
}

.charts-here {
    padding: 5px;
    position: relative;
    height: 100%;
    width: 100%;
}

.charts-draw {
    background: #fff;
    position: relative;
    height: 100%;
    width: 100%;
}

.charts-here.charts-list {
    position: relative;
    width: 100%;
    height: 460px;
}

.charts-play {
    position: absolute;
    top: 30px;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.home-block-title {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f8f8f8;
    padding-left: 10px;
    font-size: 14px;
}

.charts-play-map-left,
.charts-play-map-right {
    position: absolute;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.charts-play-map-left {
    right: 390px;
    left: 0px;
}

.charts-play-map-right {
    width: 390px;
    text-align: center;
    right: 0px;
}

.charts-paly-map-wrap {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.map-ranking-title {
    font-size: 14px;
    background: #edf0ff;
    color: #766bf8;
    display: inline-block;
    font-size: 14px;
    padding: 7px 0px;
}

.map-ranking-table {
    display: inline-block;
    font-size: 14px;
}

.map-ranking-table dl:nth-of-type(1) {
    color: #5d4df7;
}

.map-ranking-table dl:nth-of-type(2) {
    color: #a452f9;
}

.map-ranking-table dl:nth-of-type(3) {
    color: #2d73f8;
}

.map-ranking-table,
.map-ranking-title {
    width: 280px;
}

.map-ranking-table dt {
    width: 50px;
    float: left;
    text-align: center;
}

.map-ranking-table dd {
    margin-left: 50px;
    text-align: center;
}

.map-ranking-table dd span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.map-ranking-table dd span:nth-of-type(1) {
    width: 60%
}

.map-ranking-table dd span:nth-of-type(2) {
    width: 40%
}

.map-ranking-table dt,
.map-ranking-table dd span {
    line-height: 30px;
}

.content-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 10px;
}

.content-title {
    float: left;
}

.content-bottom-progress {
    line-height: 40px;
    margin-left: 40px
}

.progress-list i {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 15px;
    margin-right: 5px;
}

.progress-list {
    float: left;
    width: 25%;
}

.progress-1 {
    border-top: 8px solid #0050b3
}

.progress-2 {
    border-top: 8px solid #1890ff
}

.progress-3 {
    border-top: 8px solid #69c0ff
}

.progress-4 {
    border-top: 8px solid #bae7ff
}

.progress-1 i {
    background: #0050b3;
}

.progress-2 i {
    background: #1890ff;
}

.progress-3 i {
    background: #69c0ff;
}

.progress-4 i {
    background: #bae7ff;
}

.ranking-charts-top {
    height: 240px;
    width: 100%;
}

.paiming-qian {
    height: 150px;
    font-size: 13px;
}

.paiming-qian dl {
    width: 33.33%;
    float: left;
    margin-top: 55px;
}

.paiming-qian dl dd,
.paiming-qian dl dt {
    text-align: center
}

.paiming-qian dl dd {
    margin-bottom: 8px
}

.paiming-qian dl dt i {
    width: 49px;
    height: 49px;
    display: inline-block;
}

.paiming-qian dl dt {
    text-align: center;
    margin-bottom: 5px;
}

.paiming-2 dt i {
    background: url(../images/home/paiming2.png) no-repeat center;
    background-size: contain;
}

.paiming-3 dt i {
    background: url(../images/home/paiming3.png) no-repeat center;
    background-size: contain;
}

.paiming-qian .paiming-1 dt i {
    width: 69px;
    height: 69px;
    background: url(../images/home/paiming1.png) no-repeat center;
    background-size: contain;
}

.paiming-qian dl.paiming-1 {
    margin-top: 8px
}

.paiming-list {
    padding: 10px 18px;
    margin-top: 18px;
}

.paiming-list dl {
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}

.paiming-list dl:first-child {
    margin-top: 0px;
}

.paiming-list dl dt {
    width: 35px;
    text-align: center;
    float: left;
    position: absolute;
    height: 100%;
}

.paiming-list dl dt span {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
}

.paiming-list dl dd {
    margin-left: 35px;
}

.chepai-mingcheng {
    float: left
}

.see-time {
    float: right
}

.chepai-progress {
    background: #e9f7ff;
    height: 12px;
    border-radius: 6px;
    margin-top: 8px;
    overflow: hidden;
}

.progress--bar {
    height: 100%;
    background: #3da5f9;
    border-radius: 6px;
}

.chepai-total {
    overflow: hidden;
}

@media screen and (min-height:1080px) {
    .chart-wrap {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px
    }
    .charts-here.charts-list {
        height: 50%;
    }
    .charts-play-list {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media screen and (min-height:700px) {
    .home-chart-left .charts-here:first-child {
        height: 490px
    }
    .map-ranking-table dt,
    .map-ranking-table dd span {
        line-height: 34px;
    }
    .charts-play-list {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media screen and (min-height:800px) {
    .home-chart-left .charts-here:first-child {
        height: 550px
    }
    .map-ranking-table dt,
    .map-ranking-table dd span {
        line-height: 34px;
    }
    .charts-play-list {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
}


/* 用户管理 */

.panel-padding {
    padding: 10px;
}

.panel-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    background: #fff;
}

.table-search-wraps {
    width: 700px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-title {
    padding: 10px;
    font-size: 14px;
}

.panel-body {
    position: absolute;
    top: 40px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    overflow: auto;
    padding-top: 10px
}

.table-search {
    padding: 0px 10px;
}

.input-custom {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-customs {
    width: 600px;
    height: auto;
}

.el-input__inner {
    border: 1px solid #ced7de
}

.input-custom .el-input__inner {
    height: 30px;
    line-height: 30px;
}

.input-custom .el-form-item {
    margin-right: 15px;
}

.input-custom .el-input__icon {
    line-height: 30px
}

.table-search-btn {
    height: auto;
    float: right;
}

.table-search-btn.flex-none {
    width: auto;
    float: right;
    display: inherit;
}

.input-custom.input-custom-flex-none {
    display: inherit;
}

.input-custom.input-custom-flex-none .table-search-wrap {
    width: auto;
    display: inherit;
}

.input-custom.input-custom-flex-none .el-form-item__label {
    line-height: 30px;
}

.input-custom.input-custom-flex-none .el-form-item__content {
    line-height: 30px;
}

.table-search {
    position: relative;
}

.table-search-btn .el-button {
    padding: 0px;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
}

.table-search-btn .el-button.el-button--default {
    background: #f6f8fa
}

.table-search .el-form-item {
    margin-bottom: 8px
}

.table-list {
    margin: 0px 10px;
}

.el-table td,
.el-table th {
    padding: 5px 0px
}

.el-table th {
    background: #eaf0f5;
    color: #646464
}


/* .el-table--striped .el-table__body tr.el-table__row--striped td{background: #f6f8fa} */

.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: none
}

.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-color: #e3e4e4;
}

.el-table td,
.el-table th.is-leaf {
    font-size: 12px
}

.option-cell .el-button {
    padding: 0px 5px;
    border: none;
    font-size: 16px;
    color: #0080e5;
    background: none
}

.option-cell .el-button [class^=el-icon-] {
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.table-list .el-pagination {
    margin-top: 30px;
    text-align: right
}

.table-list .el-pagination.is-background .btn-next,
.table-list .el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    border-radius: 14px;
    font-weight: 400
}

.option-cell.option-btn .el-button {
    padding: 0px;
    vertical-align: middle
}

.option-cell.option-btn .el-button i {
    width: 16px;
    height: 16px;
}

.option-cell .el-button+.el-button {
    margin-left: 0px;
}

.option-cell.option-btn .el-button .el-icon-mingling {
    background: url(../images/jiankong/mingling.svg) no-repeat center;
    background-size: 100% 100%
}

.cell .el-tag {
    line-height: inherit;
    height: auto;
}

.el-table__body tr.hover-row>td {
    background-color: #f0f4f7 !important
}


/* table操作栏图标 */

.el-icon-shouquan {
    background: url(../images/table/shouquan.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-xiugai {
    background: url(../images/table/xiugai.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-shanchu {
    background: url(../images/table/shanchu.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-detail {
    background: url(../images/table/detail.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-xiangqing {
    background: url(../images/table/xiangqing.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-tts {
    background: url(../images/table/tts.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-chuli {
    background: url(../images/table/chuli.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-yichuli {
    background: url(../images/table/yichuli.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-shipin-option {
    background: url(../images/table/shipin.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-zhaopian-option {
    background: url(../images/table/zhaopian.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-chongzhi {
    background: url(../images/table/chongzhi.png) no-repeat center;
    background-size: 100% 100%
}

.el-icon-cshouquan {
    background: url(../images/table/shouquans.png) no-repeat center;
    background-size: 100% 100%
}


/* 部标视频 */

.video-table {
    height: 225px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.panel-shipin .table-search .el-form-item {
    margin-bottom: 0px;
}

.panel-shipin .table-search-btn {
    position: inherit;
    display: inline-block;
}

.panel-shipin .table-search-btn .el-button {
    width: auto;
    padding: 0px 15px;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
}

.table-search.table-search-bar .table-search-wrap {
    margin-top: 3px
}

.video-option {
    height: 40px;
    line-height: 40px;
    background: #fff
}

.map-video-tab-list {
    width: 70px;
    height: 24px;
    line-height: 22px;
    float: left;
    border: 1px solid #ced7de;
    border-radius: 2px;
    text-align: center;
    margin-left: 10px;
    margin-top: 8px;
    cursor: pointer;
}

.map-video-tab {
    float: left;
}

.map-video-tab-list.tab {
    background: #1483df;
    color: #fff;
    border-color: #1483df
}

.video-play {
    float: right;
    margin-right: 10px;
}

.video-play ul li {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #768DA1;
    border-radius: 2px;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-play ul li.tab {
    border-color: #1483df
}

.video-play ul li:hover {
    border-color: #1483df;
}

[class^=video-list] video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.font-staly {
    color: #768DA1;
    border-color: #768DA1;
}

.font-staly.tab {
    border-color: #1483df;
    color: #1483df;
}

.font-staly:hover {
    border-color: #1483df;
    color: #1483df;
}

.icon-video-1 {
    background: url(../images/shipin/1.png) no-repeat center
}

.icon-video-2 {
    background: url(../images/shipin/2.png) no-repeat center
}

.icon-video-4 {
    background: url(../images/shipin/4.png) no-repeat center
}

.icon-video-6 {
    background: url(../images/shipin/6.png) no-repeat center
}

.icon-video-8 {
    background: url(../images/shipin/8.png) no-repeat center
}

.icon-video-9 {
    background: url(../images/shipin/9.png) no-repeat center
}

.icon-video-16 {
    background: url(../images/shipin/16.png) no-repeat center
}

.icon-video-bili {
    background: url(../images/shipin/bili.png) no-repeat center
}

.icon-video-zhumaliu {
    background: url(../images/shipin/zhumaliu.svg) no-repeat center;
    background-size: contain
}

.icon-video-bofang {
    background: url(../images/shipin/bofang.png) no-repeat center
}

.icon-video-tingzhi {
    background: url(../images/shipin/tingzhi.png) no-repeat center
}

.icon-video-qingkong {
    background: url(../images/shipin/qingkong.png) no-repeat center
}

.icon-video-1.tab {
    background: url(../images/shipin/1-1.png) no-repeat center
}

.icon-video-1:hover {
    background: url(../images/shipin/1-1.png) no-repeat center
}

.icon-video-2.tab {
    background: url(../images/shipin/2-1.png) no-repeat center
}

.icon-video-2:hover {
    background: url(../images/shipin/2-1.png) no-repeat center
}

.icon-video-4.tab {
    background: url(../images/shipin/4-1.png) no-repeat center
}

.icon-video-4:hover {
    background: url(../images/shipin/4-1.png) no-repeat center
}

.icon-video-6.tab {
    background: url(../images/shipin/6-1.png) no-repeat center
}

.icon-video-6:hover {
    background: url(../images/shipin/6-1.png) no-repeat center
}

.icon-video-8.tab {
    background: url(../images/shipin/8-1.png) no-repeat center
}

.icon-video-8:hover {
    background: url(../images/shipin/8-1.png) no-repeat center
}

.icon-video-9.tab {
    background: url(../images/shipin/9-1.png) no-repeat center
}

.icon-video-9:hover {
    background: url(../images/shipin/9-1.png) no-repeat center
}

.icon-video-16.tab {
    background: url(../images/shipin/16-1.png) no-repeat center
}

.icon-video-16:hover {
    background: url(../images/shipin/16-1.png) no-repeat center
}

.icon-video-bili.tab {
    background: url(../images/shipin/bilis.png) no-repeat center
}

.icon-video-bili:hover {
    background: url(../images/shipin/bilis.png) no-repeat center
}

.icon-video-xingneng.tab {
    background: url(../images/shipin/xingneng1.png) no-repeat center
}

.icon-video-xingneng:hover {
    background: url(../images/shipin/xingneng1.png) no-repeat center
}

.icon-video-bofang.tab {
    background: url(../images/shipin/bofang1.png) no-repeat center
}

.icon-video-bofang:hover {
    background: url(../images/shipin/bofang1.png) no-repeat center
}

.icon-video-tingzhi.tab {
    background: url(../images/shipin/tingzhi1.png) no-repeat center
}

.icon-video-tingzhi:hover {
    background: url(../images/shipin/tingzhi1.png) no-repeat center
}

.icon-video-qingkong.tab {
    background: url(../images/shipin/qingkong1.png) no-repeat center
}

.icon-video-qingkong:hover {
    background: url(../images/shipin/qingkong1.png) no-repeat center
}

.video-option {
    border-bottom: 1px solid #ced7de
}

.map-video-wrap {
    position: absolute;
    top: 40px;
    bottom: 220px;
    width: 100%;
    left: 0px;
}

.video-map {
    position: absolute !important;
    width: 384px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.video-video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 384px;
}

.video-video [class^=video-list] {
    background: url(../images/video/videobg.jpg) no-repeat;
    position: relative;
    padding: 1px;
    border: 1px solid #f2f2f2;
    background-size: 100% 100%;
}

.video-list-1,
.video-list-2,
.video-list-3,
.video-list-4,
.video-list-5,
.video-list-6,
.video-list-7,
.video-list-8,
.video-list-9,
.video-list-10,
.video-list-11,
.video-list-12,
.video-list-13,
.video-list-14,
.video-list-15,
.video-list-16 {
    position: relative;
    float: left;
    width: 25%;
    height: 25%;
    border-right: none;
    border-bottom: none;
    display: none;
}

.video-play-1 .video-list-1 {
    display: block;
    width: 100%;
    height: 100%;
}

.video-play-2 .video-list-1,
.video-play-2 .video-list-2 {
    display: block;
    width: 50%;
    height: 100%
}

.video-play-4 .video-list-1,
.video-play-4 .video-list-2,
.video-play-4 .video-list-3,
.video-play-4 .video-list-4 {
    display: block;
    width: 50%;
    height: 50%
}

.video-play-6 .video-list-1,
.video-play-6 .video-list-2,
.video-play-6 .video-list-3,
.video-play-6 .video-list-4,
.video-play-6 .video-list-5,
.video-play-6 .video-list-6 {
    display: block;
    width: 33.33%;
    height: 33.33%;
}

.video-play-6 .video-list-1 {
    width: 66.6%;
    height: 66.6%
}

.video-play-8 .video-list-1,
.video-play-8 .video-list-2,
.video-play-8 .video-list-3,
.video-play-8 .video-list-4,
.video-play-8 .video-list-5,
.video-play-8 .video-list-6,
.video-play-8 .video-list-7,
.video-play-8 .video-list-8 {
    display: block;
    width: 25%;
    height: 25%
}

.video-play-8 .video-list-1 {
    width: 75%;
    height: 75%;
}

.video-play-9 .video-list-1,
.video-play-9 .video-list-2,
.video-play-9 .video-list-3,
.video-play-9 .video-list-4,
.video-play-9 .video-list-5,
.video-play-9 .video-list-6,
.video-play-9 .video-list-7,
.video-play-9 .video-list-8,
.video-play-9 .video-list-9 {
    display: block;
    width: 33.33%;
    height: 33.33%;
}

.video-play-16 div[class^=video-list-] {
    display: block
}

.video-setting {
    overflow: hidden;
    padding: 0px 25px;
}

.video-yuntai {
    width: 88px;
    height: 88px;
    float: left;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.video-yuntai div[class^=yuntai-btn-] {
    position: relative;
    float: left;
    width: 33.33%;
    height: 33.33%;
    border: 1px solid #e4e4e4;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
}

.video-yuntai div[class^=yuntai-btn-]:nth-of-type(1) {
    border-top: none
}

.video-yuntai div[class^=yuntai-btn-]:nth-of-type(2) {
    border-top: none
}

.video-yuntai div[class^=yuntai-btn-]:nth-of-type(3) {
    border-top: none
}

.yuntai-btn-1 {
    background: url(../images/shipin/yuntai/1.png) no-repeat center
}

.yuntai-btn-2 {
    background: url(../images/shipin/yuntai/2.png) no-repeat center 8px
}

.yuntai-btn-3 {
    background: url(../images/shipin/yuntai/3.png) no-repeat center
}

.yuntai-btn-4 {
    background: url(../images/shipin/yuntai/4.png) no-repeat 8px center
}

.yuntai-btn-5 {
    background: url(../images/shipin/yuntai/5.png) no-repeat 12px center
}

.yuntai-btn-6 {
    background: url(../images/shipin/yuntai/6.png) no-repeat center
}

.yuntai-btn-7 {
    background: url(../images/shipin/yuntai/7.png) no-repeat center 15px
}

.yuntai-btn-8 {
    background: url(../images/shipin/yuntai/8.png) no-repeat center
}

.yuntai-circle {
    height: 44px;
    width: 44px;
    border-radius: 22px;
    border: 1px solid #e4e4e4;
    z-index: 100;
    background: url(../images/shipin/yuntai/shuaxin.png) no-repeat center;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    cursor: pointer;
}

.yuntai-btn-list {
    width: 40px;
    height: 23px;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    float: left;
    border-radius: 4px;
    margin-bottom: 8px;
    cursor: pointer;
}

.yuntai-btn-list:nth-last-of-type(odd) {
    float: left;
}

.yuntai-btn-list:nth-last-of-type(even) {
    float: right;
}

.yuntai-btn {
    width: 100px;
    float: left;
    margin-left: 50px
}

.video-yuntai-area {
    float: left
}

.video-yuntai-area .block {
    float: left;
    width: 100%
}

.video-yuntai-area .el-slider__runway {
    background-color: #cfcfcf;
}

.video-yuntai-area .el-slider__button {
    border-color: #6c7489
}

.video-yuntai-area .el-slider__bar {
    background: #6c7489
}

.icon-btn-1 {
    background: url(../images/shipin/yuntai/btn-1.png) no-repeat center
}

.icon-btn-2 {
    background: url(../images/shipin/yuntai/btn-2.png) no-repeat center
}

.icon-btn-3 {
    background: url(../images/shipin/yuntai/btn-3.png) no-repeat center
}

.icon-btn-4 {
    background: url(../images/shipin/yuntai/btn-4.png) no-repeat center
}

.icon-btn-5 {
    background: url(../images/shipin/yuntai/btn-5.png) no-repeat center
}

.icon-btn-6 {
    background: url(../images/shipin/yuntai/btn-6.png) no-repeat center
}

.icon-btn-7 {
    background: url(../images/shipin/yuntai/btn-7.png) no-repeat center;
    border: none;
    background-color: none
}

.icon-btn-8 {
    background: url(../images/shipin/yuntai/btn-8.png) no-repeat center;
    border: none;
    background-color: none
}

.video-row {
    position: absolute;
    width: 100%;
    left: 0px;
    border-top: 1px solid #d0d0d0;
    bottom: 0px;
    height: 45px;
    padding-top: 8px;
    padding-left: 18px
}

.video-row .el-input-number {
    width: 70px;
}

.video-row .el-input-number__decrease,
.video-row .el-input-number__increase {
    width: 18px;
    line-height: 0 !important
}

.video-row .el-input {
    line-height: 28px
}

.video-row .el-input .el-input__inner {
    height: 28px;
    padding: 0px;
    border-radius: 0px;
    padding-right: 20px
}

.video-row .el-button {
    padding: 0px;
    height: 28px;
    font-size: 12px;
    border-radius: 0;
    width: 50px;
    text-align: center
}

.video-row .el-button:nth-of-type(1) {
    margin-left: 12px;
    background: #1282e2
}

.video-rowv .el-button.el-button--default {
    border-color: #bbcbdf
}

.secai-row {
    overflow: hidden;
    margin-top: 2px
}

.slider-icon {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 5px
}

.slider-wrap {
    margin-left: 35px
}

.video-setting-yuntai {
    overflow: hidden;
}

.secai-row .el-input-number--small {
    line-height: 18px;
}

.secai-row .el-input--small .el-input__inner {
    height: 20px;
}

.secai-row .el-input-number--small .el-input-number__decrease,
.secai-row .el-input-number--small .el-input-number__increase {
    width: 18px
}

.secai-row .el-slider__input {
    width: 70px;
}

.secai-row .el-input-number--small .el-input__inner {
    padding: 0px 18px
}

.secai-row .el-slider__runway.show-input {
    margin-right: 80px
}

.secai-row .el-slider__runway {
    margin: 0px;
    margin-top: 11px;
    background: #cfcfcf
}

.secai-row .el-slider__bar {
    background: #6c7489
}

.secai-row .el-slider__button {
    border-color: #6c7489
}

.video-secai-area {
    padding-top: 2px
}

.slider-icon-01 {
    background: url(../images/shipin/yuntai/btn-01.png) no-repeat center
}

.slider-icon-02 {
    background: url(../images/shipin/yuntai/btn-02.png) no-repeat center
}

.slider-icon-03 {
    background: url(../images/shipin/yuntai/btn-03.png) no-repeat center
}

.slider-icon-04 {
    background: url(../images/shipin/yuntai/btn-04.png) no-repeat center
}

.slider-icon-05 {
    background: url(../images/shipin/yuntai/btn-05.png) no-repeat center
}

.panel-shipin .tree-sum {
    background: #fff;
}

.panel-shipin .tree-sum {
    height: 220px;
}

.panel-shipin .tree-sum.active {
    height: 50px;
}

.panel-shipin .map-window {
    height: 220px;
}

.panel-shipin .tree-list {
    bottom: 176px
}

.secai-btn {
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    border-top: 1px solid #d0d0d0;
    bottom: 0px;
    height: 45px;
    padding-top: 9px;
}

.secai-btn .el-button {
    padding: 0px;
    height: 28px;
    font-size: 12px;
    border-radius: 0;
    width: 80px;
    text-align: center;
}

.panel-video {
    top: 0px;
    width: 100%;
    left: 0px;
    bottom: 220px;
    position: absolute;
}

.panel-video .time-block .table-search-btn {
    float: none
}

.panel-video .tree-sum {
    height: 176px
}

.lishi-video {
    position: absolute;
    left: 306px;
    right: 0px;
    top: 0px;
    background: url(../images/video/videobg.jpg);
    bottom: 0px;
}

.lishi-video .video-video {
    right: 0px
}

.video-row .el-button.set-defult-btn:nth-of-type(1) {
    background: #fff
}

.video-row.defult-btn {
    text-align: center;
    padding-left: 0px
}

.table-search-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-search-wrap .table-title {
    width: 170px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-search-wrap .table-title label {
    font-size: 14px;
    color: #606266;
    width: 80px;
}

.table-search-wrap .table-title-one {
    width: 280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}

.table-search-wrap .table-title-one label {
    font-size: 14px;
    color: #606266;
    width: 80px;
}

.video-wrapper {
    padding-bottom: 0px !important;
    position: absolute !important;
    width: 100%;
    height: 100%
}

.window-tab .input-custom .el-input__inner {
    height: 28px;
    line-height: 28px;
}

.video-wrapper .alt>table tr>td {
    background: url(../images/video/videobg.jpg) no-repeat center;
    background-size: 100% 100%
}


/* 弹窗 */

.el-dialog__title {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}

.dialogform .el-input__inner {
    height: 34px;
    line-height: 34px;
}

.el-dialog__header {
    background: #1d2a37;
    padding: 0px;
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.el-dialog__headerbtn {
    top: 12px;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #fff
}

.el-dialog__body {
    padding-top: 20px;
    padding-bottom: 20px
}

.dialog-footer {
    text-align: center
}

.dialog-footer .el-button {
    padding: 0px 20px;
    height: 34px;
    line-height: 34px;
}

.dialogform .el-form-item {
    margin-bottom: 15px
}

.dialogforms .el-input__inner {
    height: 34px;
    line-height: 34px;
    width: 230px;
}

.dialogforms .el-form-item {
    margin-bottom: 15px
}


/* 登录 */

.login {
    background: url(../images/login/login-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.login-logo {
    color: #fff;
    line-height: 50px;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1170px;
    height: 453px;
    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 */
}

.login-logo img,
.login-logo span {
    display: inline-block
}

.login-logo span {
    font-size: 24px;
}

.login-logo img {
    vertical-align: middle;
    margin-top: -7px;
    margin-right: 12px;
}

.login-form-bg {
    width: 580px;
    height: 435px;
    background: url(../images/login/login-form-bg.png) no-repeat center;
    float: left;
    margin-right: 190px
}

.login-form-input {
    width: 400px;
    height: 330px;
    background: #244054;
    border-radius: 4px;
    float: left;
    margin-top: 48px
}

.login-form-input h5 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px
}

.login-form-login {
    padding: 0px 45px;
    margin-top: 35px
}

.login-form-login .el-input__icon {
    color: #333333;
    font-size: 22px;
    line-height: 36px
}

.item-row {
    overflow: hidden;
}

.item-row .el-checkbox,
.item-row .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #fff;
    font-size: 13px !important
}

.item-row .el-checkbox__label {
    font-size: 13px !important
}

.jizhumima {
    display: block;
    float: right;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.item-row .item-row {
    overflow: hidden;
    font-size: 13px !important
}

.login-btn .el-button {
    width: 100%;
    background: #2f85fa;
    border: 1px solid #2f85fa;
    height: 36px;
    line-height: 36px;
    padding: 0px
}

.login-btn {
    margin-top: 30px
}

.login-form-login .el-input__inner {
    height: 36px;
    line-height: 36px
}

.login-form-login .el-form-item__content {
    line-height: 36px
}

.login-form-login .el-checkbox__inner {
    margin-top: -1px
}

.login-form-login .el-form-item {
    margin-bottom: 20px
}

.login-form-login .el-input__icon {
    width: 36px;
}

.login-form-login .el-input--prefix .el-input__inner {
    padding-left: 42px;
    font-size: 13px
}

.login-form-login input.el-input__inner::-webkit-input-placeholder {
    color: #666;
}

.login-form-login input.el-input__inner::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

.login-form-login input.el-input__inner:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

.login-form-login input.el-input__inner:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}


/* 滚动条 */

.happy-scroll-container .happy-scroll-content,
.happy-scroll-container {
    width: 100% !important;
    border: none !important
}

.happy-scroll-container {
    height: inherit !important
}


/* 轨迹回放 */

.guiji-map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.guiji-date-setting {
    position: absolute;
    left: 5px;
    top: 0px;
    bottom: 5px;
    width: 304px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1000;
}

.setting-header {
    height: 34px;
    background: #1d2a37;
    color: #fff;
    line-height: 34px;
    font-size: 13px;
    padding: 0px 10px;
    padding-right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.large-small-icon {
    float: right;
    width: 40px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    line-height: 34px;
}

.guiji-set-area {
    width: 100%;
    height: 84.5vh;
    background: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}

.date-area .el-button--mini,
.date-area .el-button--mini.is-round {
    padding: 5px 5px
}

.date-area .el-calendar-table .el-calendar-day {
    height: 28px;
    padding: 5px;
}

.date-area .el-calendar__header {
    padding: 5px 15px
}

.date-area .el-calendar__body {
    padding: 0px 15px
}

.time-block {
    padding: 0px 15px;
    margin-top: 5px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-block .el-input__inner {
    height: 28px;
    line-height: 28px;
}

.time-block .el-input__icon {
    line-height: 28px;
}

.time-block .demonstration {
    display: inline-block;
    width: 60px
}

.time-block .el-date-editor.el-input,
.time-block .el-date-editor.el-input__inner,
.time-block-input .el-input {
    width: 214px
}

.time-block {
    overflow: hidden
}

.time-block .table-search-btn {
    position: inherit;
    float: right;
}

.time-block.tab-block {
    padding: 20px
}

.time-block .input-none {
    width: 215px;
    height: 220px;
    border: 0.5px solid #cccccc;
    border-radius: 5px;
    margin-left: 60px;
    padding: 10px 10px;
}

.guiji-table-form {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guiji-tree-table .el-table th>.cell {
    font-size: 12px
}

.guiji-bar {
    position: absolute;
    bottom: 30px;
    background: #fff;
    right: 5px;
    left: 314px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
}

.play-btn {
    display: inline-block;
    height: 30px;
    float: right;
    line-height: 30px;
    margin-top: 2px;
    border-radius: 5px;
    font-size: 12px;
    padding: 0px 10px;
    cursor: pointer;
    color: #0080e5;
    width: 100px;
}

.el-icon-play {
    width: 18px;
    height: 18px;
    margin-top: 6px;
    background: url(../images/jiankong/play.svg) no-repeat center;
    float: left;
    margin-right: 5px;
    background-size: contain
}

.play-btn.active .el-icon-play {
    background: url(../images/jiankong/pauze.svg) no-repeat center;
    background-size: contain
}

.text-pauze {
    display: none
}

.play-btn.active .text-pauze {
    display: inline;
    font-size: 12px;
    ;
}

.play-btn.active .text-play {
    display: none;
    font-size: 12px;
}

.play-times {
    line-height: 34px;
    float: right;
    font-size: 12px;
    margin-right: 15px;
    color: #0080e5;
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.el-icon-slow,
.el-icon-fast {
    width: 22px;
    height: 34px;
    float: left;
    cursor: pointer;
}

.times-num {
    display: inline-block;
    float: left;
    margin: 0px 10px
}

.el-icon-fast {
    background: url(../images/jiankong/fast.svg) no-repeat center;
    background-size: contain
}

.el-icon-slow {
    background: url(../images/jiankong/slow.svg) no-repeat center;
    background-size: contain
}

.play-slider {
    width: 700px;
    height: 35px;
}

.guiji-quxian {
    width: 100%;
    height: 216px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.guiji-quxian .guiji-tab {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.guiji-charts .car-top {
    width: 100%;
    height: 20px;
    padding-left: 40px;
}

.guiji-charts .car-top .play-car {
    width: 100%;
    height: 20px;
}

.guiji-charts .car-top .play-car .el-slider__runway {
    width: 100%;
    background: #FFF;
}

.guiji-charts .car-top .play-car .el-slider__runway .el-slider__bar {
    width: 100%;
}

.guiji-charts .car-top .play-car .el-slider__runway .el-slider__button-wrapper {
    width: 100%;
}

.guiji-charts .car-top .play-car .el-slider__runway .el-slider__button-wrapper .el-slider__button {
    width: 40px;
    height: 120px;
    background: url(../images/guiji/car-border.png) no-repeat center;
    background-size: contain;
    border: none;
}

.guiji-charts .car-top .play-car .el-slider__runway .el-slider__button-wrapper .el-slider__button.hover {
    transform: none;
}

.guiji-charts .car-top .item-list {
    width: 25px;
    height: 25px;
    display: block;
    margin-left: 20px;
}

.guiji-tabs {
    position: absolute;
    bottom: 0px;
    left: 0px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 314px;
    z-index: 1000;
    transition: all 0.3s;
}

.guiji-tabs .menuList {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0.5px solid #ccd5dc;
    background: #EAF0F5;
    transition: all 0.3s;
}

.guiji-tabs .menuList ul {
    width: 20%;
    display: flex;
    list-style: none;
    height: 35px;
    padding: 0px;
    margin: 0;
    color: grey;
    font-size: 12px;
    line-height: 35px;
}

.guiji-tabs .menuList ul li {
    cursor: pointer;
    width: 60px;
    height: 33px;
    margin-left: 20px;
    line-height: 30px;
    text-align: center;
    word-break: keep-all;
}

.guiji-tabs .tabCon {
    width: 100%;
    background-color: #fff;
    height: 200px;
    transition: all 0.3s;
}

.guiji-tabs .tabCon .guiji-tree-table {
    width: 100%;
    height: auto;
    padding: 2px 5px;
}

.guiji-tabs .menuList ul .active {
    color: #0080E5;
    border-bottom: 2px solid #0080e5;
}

.guiji-tabs .item-icon {
    width: 65%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guiji-tabs .guiji-play {
    width: 200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-messages {
    width: 400px;
    height: 220px;
}

.map-messages .message {
    width: 400px;
    padding: 10px 10px;
    border: 1px solid #ABABAB;
    position: relative;
    height: 150px;
    box-shadow: 10px 10px 10px #575757;
    border-radius: 5px;
    background: white;
}

.map-messages .message label {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
}

.map-messages .message .bot {
    border-width: 20px;
    border-style: solid dashed dashed;
    border-color: #ABABAB transparent transparent;
    left: 120px;
    bottom: -40px;
}

.map-messages .message .top {
    border-width: 20px;
    border-style: solid dashed dashed;
    border-color: #ffffff transparent transparent;
    left: 120px;
    bottom: -38px;
}

.map-messages .message .message-one {
    width: 100%;
    height: 150px;
}

.map-messages .message .message-one ul {
    width: 100%;
    height: auto;
}

.map-messages .message .message-one ul li {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-messages .message .message-one ul li div {
    color: #A0A9B0;
    width: 190px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-messages .message .message-one ul li div .itme-mc {
    color: #333333;
    width: 120px;
    height: auto;
    display: block;
}

.map-messages .message .message-one ul li div span:first-child {
    width: 48px;
    height: auto;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-messages .message .message-one .message-two {
    width: 100%;
    height: auto;
}

.map-messages .message .message-one .message-two ul {
    width: 100%;
    height: auto;
}

.map-messages .message .message-one .message-two ul li {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-messages .message .message-one .message-two ul li div {
    color: #A0A9B0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-messages .message .message-one .message-two ul li div span:last-child {
    color: #333333;
    width: 81.5%;
    height: 20px;
    display: block;
}

.map-messages.message .message-one .message-two ul li div span:first-child {
    width: 15%;
    height: auto;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-messages .message .message-one .message-two ul li div span:first-child span {
    width: 20px;
    height: auto;
    color: #A0A9B0;
}

.guiji-bottom {
    width: 100%;
    height: 191px;
    border-top: 0.5px solid #dAE1E6;
    padding: 10px 20px;
    overflow: hidden;
    transition: all 0.3s;
    margin-top: 10px;
}

.guiji-table-title {
    width: 100%;
    height: auto;
}

.guiji-table-title ul {
    width: 100%;
    height: auto;
}

.guiji-table-title ul li {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guiji-table-title ul li div {
    width: 120px;
    height: auto;
}

.guiji-table-title ul li div span:first-child {
    color: #b0bdc8;
}

.guiji-table-title ul li div span:last-child {
    margin-left: 20px;
    color: #556A7b;
    font-weight: 600;
}

.el-table .cell {
    white-space: pre-line;
}

.guiji-borders {
    width: 200px;
    height: 130px;
}

.guiji-borders .guiji-qipao-border {
    width: 200px;
    height: 90px;
    background: #eaf0f5;
    padding: 2px 5px;
}

.guiji-borders .guiji-qipao-border ul {
    width: 100%;
    height: auto;
}

.guiji-borders .guiji-qipao-border ul li {
    width: 100%;
    height: 17px;
    line-height: 17px;
}

.guiji-borders .guiji-qipao-border ul li i {
    font-size: 14px;
    font-weight: 700;
}

.guiji-borders .guiji-qipao-border ul li:first-child {
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #6c7489;
}

.guiji-borders .guiji-items {
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #eaf0f5;
    margin-left: 40px;
}

.qipao-div.guijiMarker {
    position: relative;
    z-index: 1000;
    height: auto;
    width: 260px;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.qipao-div.guijiMarker .qipao-info .el-row .el-col {
    margin-bottom: 0px;
    margin-top: 8px
}

.qipao-div.guijiMarker .qipao-info .el-row .el-col:first-child {
    margin-top: 0px
}

.qipao-div.guijiMarker .qipao-info dl dt {
    color: #333
}

.makerClose {
    position: absolute;
    z-index: 1000;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #666
}


/* 轨迹tabs */


/* 日历 */

.scCalendar {
    width: 304px;
    height: auto;
    margin-top: 10px;
    transition: all 0.3s;
}

.scCalendar .calendar_header {
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EAF0F5;
}

.scCalendar .calendar_header .prev {
    width: 30px;
    height: auto;
    color: black;
    font-size: 16px;
    margin-left: 20px;
}

.scCalendar .calendar_header .next {
    width: 30px;
    height: auto;
    color: black;
    font-size: 16px;
}

.scCalendar .calendar_header .text_year {
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: black;
    line-height: 30px;
    text-align: center;
}

.scCalendar .calendar_content {
    padding: 0 1rem;
}

.scCalendar .calendar_content .week {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.scCalendar .calendar_content .day {
    width: 100%;
    height: 190px;
    border-top: 0.1px solid #cccccc;
    border-right: 0.1px solid #cccccc;
}

.scCalendar .calendar_content .day li {
    width: 38.8px;
    height: 38px;
    border: 0.1px solid #cccccc;
    border-top: none;
    border-right: none;
    text-align: center;
    float: left;
    color: #606266;
    cursor: pointer;
}

.scCalendar .calendar_content .day li {
    width: 38.8px;
    height: 38px;
    border: 0.1px solid #cccccc;
    border-top: none;
    border-right: none;
    text-align: center;
    float: left;
    color: #464646;
    cursor: pointer;
}

.scCalendar .calendar_content .day li:last-child {
    border-right: 0.1px solid #cccccc;
}

.guiji-quxian .guiji-chart {
    width: 100%;
    height: 120px;
}

.guji-content {
    position: absolute;
    left: 310px;
    top: 5px;
    width: 325px;
    overflow: hidden;
    height: 300px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guiji-cheliang {
    width: 305px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1000;
    background: #fff;
    height: 300px;
}

.search.guiji-search {
    border-color: #ced7de
}

.search.guiji-search .bar-select .el-input-group__append .el-button [class^=el-icon-] {
    color: #9fa9b1
}

.cheliang-tree {
    padding-bottom: 10px;
}

.map-area {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 190px;
    left: 0px
}

.map-areas {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px
}

.map-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.qipao-dialog {
    position: initial !important;
    overflow: inherit
}

.qipao-dialog .el-dialog {
    z-index: 1000;
    margin: 0px !important;
    width: 100% !important;
}

.qipao-div {
    position: absolute;
    right: 0px;
    width: 387px;
    top: 0
}

.qipao-info dl {
    font-size: 12px
}

.qipao-info dl dt {
    float: left;
    width: 60px;
    color: #8b9196;
    letter-spacing: 0.5px;
}

.qipao-info dl dd {
    margin-left: 65px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 8px
}

.qipao-div .el-dialog__body {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 0px;
}

.qipao-div .qipao-info {
    padding-left: 10px;
    padding-right: 2px;
}

.qipao-info .el-row .el-col {
    margin-bottom: 8px
}

.qipao-option i {
    display: inline-block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    margin-left: 10px;
}

.qipao-option i:first-child {
    margin-left: 0px
}

.qipao-item-list {
    width: 15px;
    height: 15px;
    display: block;
}

.qipao-option-cheliang {
    background: url(../images/jiankong/option/op-info.png) no-repeat center;
}

.qipao-option-guiji {
    background: url(../images/jiankong/option/op-guiji.png) no-repeat center;
}

.qipao-option-video {
    background: url(../images/jiankong/option/op-shipin.png) no-repeat center;
}

.qipao-option-shipin {
    background: url(../images/jiankong/option/op-lishishipin.png) no-repeat center;
}

.qipao-option-zhaopian {
    background: url(../images/jiankong/option/icon-photo.png) no-repeat center
}

.qipao-option-yuyin {
    background: url(../images/jiankong/option/icon-voice.png) no-repeat center
}

.qipao-option-xuanxin {
    background: url(../images/jiankong/option/icon-msg.png) no-repeat center
}

.qipao-option-mingling {
    background: url(../images/jiankong/option/icon-photo.png) no-repeat center
}

.qipao-option {
    padding: 5px 10px;
    margin-top: 8px;
    border-top: 1px solid #e8e2e2;
    padding-top: 7px
}

.qipao-div .window-tab {
    padding: 0px 10px
}

.qipao-cheliang-chart {
    height: 100px;
    padding: 10px
}

.qipao-div .guiji-tree-table {
    padding: 0px 10px
}

.qipao-info.qipao-info-wrap {
    padding: 8px;
    position: relative;
    background: #fff;
    width: 210px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.qipao-info.qipao-info-wrap .el-row .el-col {
    margin-bottom: 1px
}

.qipao-close {
    color: #afaeae;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    z-index: 10;
    line-height: 26px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    font-size: 28px;
    z-index: 100
}

.qipao-info.qipao-info-wrap::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 14px;
    bottom: -14px;
    background: url(../images/jiankong/qipaopoint.png) no-repeat center;
    left: 50%;
    margin-left: -10px
}


/* 车辆跟踪 */

.map-message {
    width: 400px;
    height: 280px;
}

.map-message .message {
    width: 400px;
    padding: 10px 10px;
    border: 1px solid #ABABAB;
    position: relative;
    height: 180px;
    box-shadow: 10px 10px 10px #575757;
    border-radius: 5px;
    background: white;
}

.map-message .message label {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
}

.map-message .message .bot {
    border-width: 20px;
    border-style: solid dashed dashed;
    border-color: #ABABAB transparent transparent;
    left: 120px;
    bottom: -40px;
}

.map-message .message .top {
    border-width: 20px;
    border-style: solid dashed dashed;
    border-color: #ffffff transparent transparent;
    left: 120px;
    bottom: -38px;
}

.map-message .message .message-one {
    width: 100%;
    height: 180px;
}

.map-message .message .message-one ul {
    width: 100%;
    height: auto;
}

.map-message .message .message-one ul li {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-message .message .message-one ul li div {
    color: #A0A9B0;
    width: 190px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-message .message .message-one ul li div .itme-mc {
    color: #333333;
    width: 120px;
    height: auto;
    display: block;
}

.map-message .message .message-one ul li div span:first-child {
    width: 48px;
    height: auto;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-message .message .message-one .message-two {
    width: 100%;
    height: auto;
}

.map-message .message .message-one .message-two ul {
    width: 100%;
    height: auto;
}

.map-message .message .message-one .message-two ul li {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-message .message .message-one .message-two ul li div {
    color: #A0A9B0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-message .message .message-one .message-two ul li div span:last-child {
    color: #333333;
    width: 81.5%;
    height: 20px;
    display: block;
}

.map-message .message .message-one .message-two ul li div span:first-child {
    width: 15%;
    height: auto;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-message .message .message-one .message-two ul li div span:first-child span {
    width: 20px;
    height: auto;
    color: #A0A9B0;
}

.bubble {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.bubble .el-button {
    padding: 5px 10px
}

.tree-list.list-genzong {
    bottom: 0px
}


/* 区域查车 */

.frame {
    width: 750px;
    height: 500px;
    background: white;
    z-index: 10;
    position: absolute;
    left: 40%;
    top: 50%;
    margin-left: -300px;
    margin-top: -250px;
    border-radius: 3px;
}

.frame .title {
    width: 100%;
    height: 35px;
    background: #1D2A37;
    border-radius: 3px 3px 0px 0px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.frame .table {
    width: 100%;
    height: auto;
    padding: 10px 10px;
}

.frame .table .table-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.min-frame {
    width: 260px;
    background: white;
    z-index: 10;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 3px;
    transition: all 0.3s;
    overflow: hidden;
}

.min-frame .title {
    width: 100%;
    height: 35px;
    background: #1D2A37;
    border-radius: 3px 3px 0px 0px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.min-frame .time {
    width: 100%;
    height: 165px;
    padding: 0px 10px;
    transition: all 0.3s;
}

.min-frame .time ul {
    width: 100%;
    height: auto;
}

.min-frame .time ul li {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.min-frame .time ul li:last-child {
    width: 100%;
    height: auto;
    padding: 0px 30px;
}

.min-frame .time .tips {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.dialogform.msg-dialog .el-button {
    padding: 9px 20px;
}

.dialogform.msg-dialog .el-form-item {
    margin-bottom: 0px
}

.select-li {
    width: 250px
}

.select-li li {
    height: auto;
    line-height: 26px;
    white-space: inherit;
    margin-bottom: 7px;
    word-break: break-all;
    background: #f7f5f5;
}

.msg-model-btn.el-row {
    margin-top: 15px;
    text-align: center;
}

.msg-model .el-autocomplete-suggestion {
    position: absolute;
    z-index: 10;
}


/* 车辆 */

.upload-img-wrap {
    margin-left: 130px
}

.el-form-item.lineheight .el-form-item__label {
    line-height: 1.46
}

.cheliang-xiangqing {
    overflow: hidden
}

.cheliang-xiangqing-list {
    overflow: hidden;
    padding: 12px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8
}

.cheliang-xiangqing-list dl {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.cheliang-xiangqing-list dl dt {
    width: 130px;
    float: left;
    text-align: right;
    padding-right: 5px;
}

.cheliang-xiangqing-list dl dd {
    margin-left: 130px;
}

.xiangqing-title {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px
}

.xiangqing-title span {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #2789ea;
    color: #2789ea;
    font-weight: 400;
}

.cheliang-xiangqing-list {
    margin-top: 10px;
    font-size: 12px
}

.cheliang-xiangqing-list:first-child {
    margin-top: 0px
}

.cheliang-xiangqing-list .el-image {
    margin-right: 10px;
    margin-bottom: 5px
}

.daoru-tree-select {
    float: left;
    width: 100%
}

.daoruUpload {
    float: left;
    margin-left: 60px;
}

.excel-daoru .file-muban {
    float: left;
    font-size: 12px;
}

.file-muban {
    margin-left: 0px;
    text-decoration: none;
    margin-right: 5px;
}

.daoru-tree-select .el-popover__reference .el-input__inner {
    width: 260px
}

.btn-file {
    background: none
}

.btn-file,
.file-muban {
    border: 1px solid #3680f9;
    padding: 0px 10px;
    height: 28px;
    line-height: 28px;
    border-color: #3680f9;
    color: #3681f8;
    border-radius: 2px;
}

.btn-file.el-button--primary:focus,
.btn-file.el-button--primary:hover {
    background: none;
    color: #3681f8
}

.excel-daoru .el-form-item {
    margin-bottom: 15px
}

.excel-daoru [class^=el-icon-] {
    display: inline-block;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 7px;
}

.el-icon-moban {
    margin-right: 5px;
}

.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;
}

.file-muban {
    margin-left: 0px;
    text-decoration: none;
    margin-right: 0px;
}

.excel-daoru .el-icon-document {
    margin-top: 2px;
    margin-right: 5px;
}

.excel-daoru .el-icon-close-tip {
    display: none
}

.excel-daoru .el-icon-close {
    margin-top: 0px
}

.label-chepai {
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff
}

.amap-marker-label {
    border: none;
    padding: 0px;
}

.dialogform.cheliangXiangqing-dialog .el-dialog__body {
    padding: 10px
}


/* 主动安全 */

.tree-panel.kehu-tree {
    width: 250px
}

.tree-panel.kehu-tree .tree-list {
    bottom: 0px;
}

.baojing-table {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 260px;
    background: #fff
}

.set-row {
    margin-bottom: 10px
}

.set-row label {
    display: inline-block
}

.baojing-set-dialog .el-input__inner {
    height: 30px;
    line-height: 30px
}

.baojing-set-dialog .el-form-item {
    margin-bottom: 10px
}

.panel.panel-baojing {
    padding: 10px;
}

.panel.panel-baojing .panel-body {
    top: 78px;
}


/* 统计图表 */


/* 停车统计*/

.park-checkbox {
    width: 100%;
    height: auto;
    margin: 10px 20px;
}

.statistics {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0px;
    left: 320px;
    background: #fff;
    height: auto;
}

.statistics .title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.statistics .time {
    font-size: 14px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    color: #606266;
}

.statistics .time .time-set {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.statistics .time .time-set .time-one {
    width: 240px;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.statistics .time .time-set .select {
    width: 90px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

.statistics .time .time-set .input {
    width: 250px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}

.statistics .chartsr {
    width: 100%;
    height: auto;
    margin: 30px;
}


/* 驾驶员出勤报告 */

.statistics .time .time-setsr {
    width: 60%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.statistics .time .time-setsr .time-one {
    width: 240px;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.statistics .time .time-setsr .select {
    width: 90px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

.statistics .time .time-setsr .input {
    width: 120px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* 上线率报告*/

.statistics .time .time-sets {
    width: 48%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.statistics .time .time-sets .time-one {
    width: 240px;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.statistics .time .time-sets .select {
    width: 90px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

.statistics .time .time-sets .input {
    width: 250px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}


/*车辆状态*/

.statistics .state {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    font-size: 14px;
    color: #606266;
}

.statistics .state .state_one {
    width: 30%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .state .state_one .input {
    width: 240px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}


/* 报警查询  */

.statistics .charts {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 2%;
}


/* 抓拍查询*/

.statistics .img_arr {
    width: 100%;
    height: auto;
    padding: 0px 2%;
}

.statistics .img_arr .time {
    font-size: 13px;
    color: #999;
}

.statistics .img_arr .bottom {
    margin-top: 13px;
    line-height: 12px;
}

.statistics .img_arr .button {
    padding: 0;
    float: right;
}

.statistics .img_arr .image {
    width: 100%;
    display: block;
}

.statistics .img_arr .clearfix:before,
.statistics .img_arr .clearfix:after {
    display: table;
    content: "";
}

.statistics .img_arr .clearfix:after {
    clear: both
}


/* 车队综合报表*/

.statistics .about {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.statistics .datas {
    width: 97%;
    height: 80px;
    border: 1px solid #DCDCDC;
    margin: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .datas .datas-one {
    width: 15%;
    height: 80px;
    border: 1px solid #CCCFD2;
    border-top: none;
    border-left: none;
    border-bottom: none;
    padding: 10px 2%;
}

.statistics .datas .datas-two {
    width: 55%;
    height: 80px;
    padding: 10px 2%;
}

.statistics .datas .datas-three {
    width: 30%;
    height: 80px;
    border: 1px solid #CCCFD2;
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 10px 2%;
}

.statistics .datas .datas-one ul {
    width: 100%;
    height: auto;
}

.statistics .datas .datas-one ul li:first-child {
    width: 100%;
    height: auto;
    color: #626468;
}

.statistics .datas .datas-one ul li:last-child {
    color: #bbc3ca;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.statistics .datas .datas-one ul li:last-child div {
    width: 100px;
    height: auto;
    text-align: center;
    padding-left: 3px;
}

.statistics .datas .datas-two .datas-two-ul {
    widows: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .datas .datas-two .datas-two-li ul {
    width: 100%;
    height: auto;
}

.statistics .datas .datas-two .datas-two-li ul li:first-child {
    width: 100%;
    height: 20px;
    color: #626468;
    line-height: 20px;
}

.statistics .datas .datas-two .datas-two-li ul li:last-child {
    width: 100%;
    color: #bbc3ca;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.statistics .datas .datas-three .datas-three-ul {
    widows: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .datas .datas-three .datas-three-li ul {
    width: 100%;
    height: auto;
}

.statistics .datas .datas-three .datas-three-li ul li:first-child {
    width: 100%;
    height: 20px;
    color: #626468;
    line-height: 20px;
}

.statistics .datas .datas-three .datas-three-li ul li:last-child {
    width: 100%;
    color: #bbc3ca;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.statistics .graph {
    width: 100%;
    height: auto;
    padding: 0px 10px;
}

.statistics .graph .graph-one {
    width: 100%;
    height: 350px;
    border: 1px solid #CCCFD2;
    border-top: none;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .graph .graph-one .time-one {
    width: 50%;
    height: 350px;
    border: 1px solid #CCCFD2;
    border-top: none;
    border-left: none;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .graph .graph-one .time-two {
    width: 50%;
    height: 350px;
    display: flex;
    justify-content: space-between;
}

.statistics .graph .graph-one .time-one .map-one {
    width: 75%;
    height: 350px;
    padding: 10px 20px;
}

.statistics .graph .graph-one .time-one .map-two {
    width: 25%;
    height: 350px;
}

.statistics .graph .graph-one .time-one .map-two ul {
    width: 100%;
    height: auto;
}

.statistics .graph .graph-one .time-one .map-two ul li {
    width: 100%;
    height: 175px;
}

.statistics .graph .graph-one .time-one .map-two ul li:first-child {
    width: 100%;
    height: 175px;
    margin-top: 20px;
}

.statistics .graph .graph-one .time-two .imgs-three {
    width: 80%;
    height: auto;
    padding: 10px 20px;
}

.statistics .graph .graph-two {
    width: 100%;
    height: 350px;
    border: 1px solid #CCCFD2;
    border-top: none;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .graph .graph-two .time-one {
    width: 50%;
    height: 350px;
    border: 1px solid #CCCFD2;
    border-top: none;
    border-left: none;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.statistics .graph .graph-two .time-one .map-one {
    width: 50%;
    height: auto;
}

.statistics .graph .graph-two .time-two {
    width: 50%;
    height: 350px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.statistics .graph .graph-two .time-two .button {
    width: 20%;
    height: 30px;
    display: flex;
    justify-content: sspace-between;
    align-items: center;
}

.statistics .graph .graph-two .time-two .imgs-three {
    width: 80%;
    height: auto;
    padding: 0px 20px;
}


/*  车队评分报表
*/

.statistics .border {
    width: 97%;
    height: 80px;
    border: 1px solid #DCDCDC;
    margin: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .border .border-one {
    width: 20%;
    height: 80px;
    border: 1px solid #DCDCDC;
    border-left: none;
    border-bottom: none;
    border-top: none;
    padding: 0px 15px;
}

.statistics .border .border-one ul {
    width: 100%;
    height: auto;
}

.statistics .border .border-one ul li {
    width: 80%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.statistics .border .border-one ul li:first-child {
    color: #626468;
}

.statistics .border .border-one ul li:last-child {
    color: #BBC3CA;
}

.statistics .border .border-one ul li:last-child div:first-child {
    width: 100px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .border .border-one ul li:last-child div:last-child {
    width: 50px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .tabs {
    width: 97%;
    height: 260px;
    margin: 10px 20px;
}

.statistics .tabs .picture {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .tabs .picture .picture-one {
    width: 15%;
    height: auto;
}

.statistics .tabs .picture .picture-two {
    width: 85%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.statistics .tabs .picture .picture-two .picture-three {
    width: 180px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .table {
    width: 97%;
    height: auto;
    margin: 0px 20px;
}

.statistics .table .table-list {
    width: 100%;
    height: auto;
}

.statistics .table .table-title {
    width: 98%;
    height: auto;
    text-align: right;
    margin-top: 10px;
}


/*车辆报警统计*/

.statistics .police {
    width: 97%;
    height: 250px;
    border: 1px solid #DCDCDC;
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.statistics .police .police-one {
    width: 50%;
    height: 250px;
    display: flex;
    justify-content: space-between;
}

.statistics .police .police-one .table {
    width: 60%;
    height: auto;
}

.statistics .police .police-one .circle {
    width: 40%;
    height: auto;
}

.statistics .police .hr {
    width: 0px;
    height: 220px;
    border: 0.5px solid #DCDCDC;
}

.statistics .police .police-two {
    width: 50%;
    height: 250px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}

.statistics .police .police-two .button-one {
    width: 80%;
    height: auto;
}

.statistics .police .police-two .button {
    width: 20%;
    height: 30px;
    display: flex;
    justify-content: space-between;
}

.statistics .border-hr {
    width: 97%;
    border: 0.5px solid #cccccc;
}


/*车辆里程统计*/

.statistics .borders {
    width: 97%;
    height: 80px;
    border: 1px solid #DCDCDC;
    margin: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .borders .border-one {
    width: 25%;
    height: 80px;
    border: 1px solid #DCDCDC;
    border-left: none;
    border-bottom: none;
    border-top: none;
    padding: 10px 15px;
}

.statistics .borders .border-one ul {
    width: 100%;
    height: auto;
}

.statistics .borders .border-one ul li {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #626468;
    margin-top: 10px;
}

.statistics .borders .border-one ul li div:first-child {
    width: 80px;
    height: auto;
    white-space: nowrap;
}

.statistics .borders .border-one ul li .num {
    width: 70px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics .borders .border-one ul li div:last-child {
    width: 100px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}


/*
车辆评分报表*/

.statistics .table .score {
    width: 98%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*驾驶员综合报表*/

.statistics .message {
    width: 100%;
    margin: 0px 20px;
    margin-bottom: 8px;
    overflow: hidden;
}

.statistics .message .message-depa {
    width: 15%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics .message div span:first-child {
    color: #CCCFD2;
    font-size: 8px;
    padding-right: 0px;
}

.statistics .message div span {
    white-space: nowrap;
    padding-right: 5px;
}

.statistics .message .message-name {
    width: 5%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics .message .message-gdr {
    width: 5%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics .message .message-mating {
    width: 7%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics .message .message-phone {
    width: 11%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics .message .message-age {
    width: 5%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics .message .message-num {
    width: 14%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics .message .message-time {
    width: 14%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics .message .message-admin {
    width: 9%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics .message .message-tel {
    width: 15%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics .message [class*="message-"] {
    width: 20%;
    float: left;
    margin-bottom: 8px;
}


/*报警地图*/

.police-map {
    position: absolute;
    left: 5px;
    top: 0px;
    bottom: 5px;
    width: 304px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
}

.police-set-area {
    width: 100%;
    background: #fff;
    height: 84.5vh;
    transition: all 0.3s;
}

.police-set-area .from {
    width: 100%;
    height: 600px;
    padding: 0px 15px;
}

.police-set-area .from .time {
    width: 100%;
    height: auto;
}

.police-set-area .from .time ul {
    width: 100%;
    height: auto;
}

.police-set-area .from .time ul li {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.police-set-area .from .time ul li:last-child .select {
    width: 80px;
    height: 30px;
}

.police-set-area .from .time ul li:last-child .input {
    width: 180px;
    height: 30px;
}

.police-bar {
    position: absolute;
    bottom: 5px;
    background: #fff;
    right: 5px;
    left: 314px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
}

.police-bar .table-lists {
    width: 100%;
    height: 176px;
    transition: all 0.3s;
    padding: 10px 20px;
}

.police-set-area .checkbox {
    width: 100%;
    height: 450px;
}

.police-set-area .checkbox ul li .el-checkbox-group {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.police-set-area .checkbox ul li .el-checkbox-group .el-checkbox {
    width: 100px;
    border: none;
    height: 20px;
    padding-top: 10px;
}

.police-set-area .checkbox ul {
    width: 100%;
    height: auto;
}

.police-set-area .checkbox ul li {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.police-set-area .checkbox ul li .text {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.police-set-area .chart-map {
    width: 100%;
    height: auto;
}

.police-set-area .checkbox .botton {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}


/*滚动条*/

.el-scrollbar__wrap {
    overflow-x: hidden;
}


/* 视屏样式添加*/

.video-play {
    float: right;
    margin-right: 10px;
}

.video-botton {
    width: 99.5%;
    height: 30px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0px;
    color: white;
    cursor: pointer;
}

.video-set {
    width: 120px;
    height: 50px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    right: 10px;
    bottom: 32px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    padding: 0px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-set span {
    width: 40px;
    display: block;
}

.video-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.video-botton .title {
    margin-left: 20px;
    font-size: 12px;
    font-weight: 500;
    width: 300px;
    height: 35px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-botton .title span {
    width: auto;
    height: auto;
}

.video-title-font {
    width: 100%;
    top: 0px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    color: white;
    font-weight: 600;
}

.video-botton .title .video-open {
    width: 150px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
}

.video-botton .icon-item {
    width: 200px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.video-botton .icon-item .icon-one {
    width: 12px;
    height: 12px;
    display: block;
}

.video-botton .icon-item .icon-two {
    width: 12px;
    height: 12px;
    display: block;
}

.video-botton .icon-item .icon-three {
    width: 12px;
    height: 12px;
    display: block;
}

.video-botton .icon-item .icon-four {
    width: 12px;
    height: 12px;
    display: block;
}

.video-botton .icon-item .icon-five {
    width: 12px;
    height: 12px;
    display: block;
    line-height: 12px;
    text-align: center;
}

.video-botton .video-open .icon-item {
    width: 18px;
    height: 18px;
    display: block;
}

.video-botton .icon-list {
    width: 12px;
    height: 12px;
    display: block;
}

.indo-video-title {
    width: 300px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-big {
    width: 50px;
    height: 50px;
    display: block;
}

.video-slider {
    position: absolute;
    bottom: 0px;
    padding: 0px 20px;
    left: 110px;
    right: 140px;
    height: 38px
}

.video-opens {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-wrapper {
    position: relative;
    padding: 0px !important;
    width: 100%;
    height: 100%
}

.icon-bofang {
    background: url(../images/video/bofang.svg) no-repeat center;
    background-size: contain;
}

.icon-biaoqing {
    background: url(../images/video/icon-biaoqing.svg) no-repeat center;
    background-size: contain
}

.icon-fangda {
    background: url(../images/video/icon-fangda.svg) no-repeat center;
    background-size: contain
}

.icon-gaoqing {
    background: url(../images/video/icon-gaoqing.svg) no-repeat center;
    background-size: contain
}

.icon-huatong {
    background: url(../images/video/icon-huatong.svg) no-repeat center;
    background-size: contain
}

.icon-jingyin {
    background: url(../images/video/icon-jingyin.svg) no-repeat center;
    background-size: contain
}

.icon-xiazai {
    background: url(../images/video/icon-xiazai.svg) no-repeat center;
    background-size: contain
}

.icon-paizhao {
    background: url(../images/video/icon-paizhao.svg) no-repeat center;
    background-size: contain
}


/* .icon-zhumaliu{background:url(../images/video/icon-zhumaliu.svg) no-repeat center;background-size:contain} 
.icon-zimaliu{background:url(../images/video/icon-zimaliu.svg) no-repeat center;background-size:contain}  */

.icon-zhumaliu,
.icon-zimaliu {
    font-style: initial;
    font-weight: bold;
    line-height: 14px;
}

.icon-bofangs {
    background: url(../images/video/icon-bofangs.svg) no-repeat center;
    background-size: contain
}

.icon-zanting {
    background: url(../images/video/icon-zanting.svg) no-repeat center;
    background-size: contain
}

.icon-big-zanting {
    background: url(../images/video/icon-big-zanting.svg) no-repeat center;
    background-size: contain
}

.icon-big-bofang {
    background: url(../images/video/icon-bofangs.svg) no-repeat center;
    background-size: contain
}

.icon-kuaijin {
    background: url(../images/video/kuaijin.svg) no-repeat center;
    background-size: contain
}

.icon-kuaitui {
    background: url(../images/video/kuaitui.svg) no-repeat center;
    background-size: contain
}

.icon-shezhis {
    background: url(../images/video/icon-shezhi.svg) no-repeat center;
    background-size: contain
}

.input-title {
    width: 100%;
    height: auto;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.input-title .input-table-title {
    width: 400px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-title .input-table-title .table-title {
    width: 180px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-title .input-table-title .table-title-one {
    width: 200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-title .input-table-title .table-title-one .el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 30px;
    line-height: 30px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 200px;
}

.video-slider-wrap .el-slider__runway {
    margin-bottom: 0px
}

.video-slider-wrap {
    margin-left: 80px;
    display: flex;
}

.video-slider-wrap .el-slider {
    margin-right: 10px;
    flex-grow: 1;
}

.slider-span {
    line-height: 38px;
    color: #fff
}

.video-btn-slow {
    float: left;
    color: #fff
}

.video-btn-slow button {
    height: 38px;
    width: 17px;
    background: none;
    border: none;
    display: inline-block;
}

.video-btn-slow span {
    display: inline-block;
    line-height: 38px;
    vertical-align: top;
    margin: 0px 8px
}

.video-btn-fast span {
    margin-right: 8px
}

.video-btn-slow button {
    background: url(../images/video/slow.png) no-repeat center;
}

.video-btn-slow button.video-fast-btn {
    background: url(../images/video/fast.png) no-repeat center;
}


/* 返回 */

.icon-title-item {
    width: 30px;
    height: 30px;
    display: block;
}

.icon-fanhui {
    background: url(../images/baobiao/icon-fanhui.svg) no-repeat center;
    background-size: contain
}

.statistics .title .icon-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
}

.el-tooltip__popper {
    max-width: 200px;
}

.el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-autocomplete-suggestion__list {
    margin-bottom: 15px;
}

.guiji-table-font td,
.guiji-table-font th.is-leaf {
    font-size: 4px;
}

.guiji-table-font td,
.guiji-table-font th {
    padding: 0px 0px;
}

.guiji-table-font td:last-child {
    cursor: pointer;
}

.jiankong-table-font td,
.jiankong-table-font th.is-leaf {
    font-size: 4px;
}

.jiankong-table-font td,
.jiankong-table-font th {
    padding: 0px 0px;
}

.group-select .el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 30px;
    line-height: 30px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.daoru-tree-select .el-popover__reference .el-input__inner {
    width: 253px;
}


/* 提示框 */

.el-message {
    top: 70px !important
}


/* 报警处理 */

.input-search-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-search-input {
    width: 45%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-search-input .table-title-one {
    width: 170px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.table-search-input .table-title-one label {
    width: 50px;
    height: auto;
}

.table-search-input .table-title-two {
    width: 190px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.table-search-input .table-title-two label {
    width: 65px;
    height: auto;
}

.table-search-input .table-title-three {
    width: 165px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.table-search-input .table-title-three label {
    width: 30px;
    height: auto;
}


/* 滚动条样式修改 */

*::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
    border-radius: 8px;
    width: 10px;
    height: 10px
}

*::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 8px;
}


/* 用户管理 */

.panel-wrap-warrant {
    position: relative;
    height: 100%;
    width: 100%;
    background: #ffffff;
    overflow: auto;
}

.warrant-title {
    width: 100%;
    height: 130px;
    padding: 10px;
}

.warrant-title .title {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 25px;
    border-bottom: 1px dashed #cccccc;
}

.warrant-title .nav-sum {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.warrant-title .nav-sum div {
    width: 33%;
    height: 80px;
    padding: 0px 30px;
}

.warrant-border {
    width: 100%;
    border: 2px solid #eaf0f5;
}

.warrant-title .nav-sum .sum-one {
    border-right: 1px dashed #eaf0f5;
}

.warrant-title .nav-sum .sum-one ul {
    width: 100%;
    height: auto;
}

.warrant-title .nav-sum .sum-one ul li {
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.warrant-title .nav-sum .sum-one ul li:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #0080E5;
}

.warrant-title .nav-sum .sum-one ul .sum-num {
    font-size: 16px;
    font-weight: 700;
}

.warrant-title .nav-sum .sum-two {
    border-right: 1px dashed#eaf0f5;
}

.warrant-title .nav-sum .sum-two ul {
    width: 100%;
    height: auto;
}

.warrant-title .nav-sum .sum-two ul li {
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.warrant-title .nav-sum .sum-two ul li:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #0080E5;
}

.warrant-title .nav-sum .sum-two ul .sum-li {
    font-size: 10px;
    color: gray;
}

.warrant-title .nav-sum .sum-two ul .sum-li span {
    color: black;
    font-weight: 700;
    margin-left: 30px;
}

.warrant-title .nav-sum .sum-two ul li:last-child {
    font-size: 10px;
    color: gray;
}

.warrant-title .nav-sum .sum-two ul li:last-child span {
    color: black;
    font-weight: 700;
    margin-left: 30px;
}

.warrant-title .nav-sum .sum-three ul {
    width: 100%;
    height: auto;
}

.warrant-title .nav-sum .sum-three ul li {
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.warrant-title .nav-sum .sum-three ul li:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #0080E5;
}

.warrant-title .nav-sum .sum-three ul .sum-li {
    font-size: 10px;
    color: gray;
}

.warrant-title .nav-sum .sum-three ul .sum-li span {
    color: black;
    font-weight: 700;
    margin-left: 30px;
}

.warrant-title .nav-sum .sum-three ul li:last-child {
    font-size: 10px;
    color: gray;
}

.warrant-title .nav-sum .sum-three ul li:last-child span {
    color: black;
    font-weight: 700;
    margin-left: 30px;
}

.warrant-centent .time {
    font-size: 14px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    color: #606266;
}

.warrant-centent .time .time-set {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.warrant-centent .time .time-set .time-one {
    width: 240px;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.warrant-centent .time .time-set .select {
    width: 90px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

.warrant-centent .time .time-set .input {
    width: 250px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}


/* 客户更改 */

.table-search-user {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-search-user .user-input {
    width: 180px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.table-search-user .user-input label {
    width: 80px;
    height: auto;
    text-align: center;
}

.table-search-user .user-input-tree {
    width: 200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.table-search-user .user-input-tree .el-input__inner {
    padding: 0 10px;
}

.table-search-user .user-input-tree label {
    width: 100px;
    height: auto;
    text-align: center;
}

.table-search-user .table-title-time {
    width: 280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-search-user .table-title-time .el-range-editor.el-input__inner {
    padding: 3px 2px;
}

.table-search-user .table-title-time .el-input__inner {
    height: 30px;
    line-height: 30px;
}

.table-search-user .table-title-time .el-input__inner .el-input__icon {
    line-height: 30px;
    margin-bottom: 10px;
}

.table-search-user .table-title-time label {
    width: 90px;
    height: auto;
    text-align: center;
}

.table-search-juse {
    width: 550px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-search-juse .user-input {
    width: 180px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.table-search-juse .user-inputs {
    width: 220px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 20px;
}

.select-car-icon .el-radio__label {
    vertical-align: middle;
}

.search-btn button {
    height: 30px;
    padding: 0px 8px;
    font-size: 13px;
    line-height: 30px;
}

.right-form {
    float: right;
    margin-top: 6px;
}

.input-table-select {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-table-select .user-input {
    width: 160px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.input-table-select .user-input label {
    width: 80px;
    height: auto;
    text-align: center;
}

.input-table-select .user-input-select-size {
    width: 160px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.input-table-select .user-input-select-size label {
    width: 80px;
    height: auto;
    text-align: center;
}

.input-table-select .user-input-tree {
    width: 180px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.input-table-select .user-input-tree .el-input__inner {
    padding: 0 10px;
}

.tree-size.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 2px;
}

.input-table-select .user-input .el-select .el-input .el-select__caret {
    margin-top: 5px;
}

.input-table-select .user-input-tree label {
    width: 60px;
    height: auto;
    text-align: center;
}

.input-table-select .user-input-time {
    width: 250px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-table-select .user-input-time label {
    width: 80px;
    height: auto;
    text-align: center;
}

.input-select-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.input-select-title .table-btns {
    width: 20%;
    height: auto;
    text-align: right;
}

.msg-container .el-dialog {
    width: 900px
}

.amap-icon img {
    width: 100%;
    height: 100%
}


/* 注册 */

.exlive-login {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exlive-login span {
    color: #0080E5;
}

.register {
    width: 400px;
    height: 330px;
    background: #244054;
    border-radius: 4px;
    float: left;
    margin-top: 48px;
    padding: 10px 40px;
}

.register .title-icon {
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.register .title {
    width: 100%;
    color: #fff;
    text-align: center;
}

.register .title h5 {
    font-size: 22px;
    font-weight: 400;
}

.register .el-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    margin: 15px 0px;
}

.login-input-num {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* 忘记密码 */

.forget-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    min-width: 1330px;
    min-height: 600px;
    background: url(../images/login/login-bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.forget-box .centent {
    width: 800px;
    height: 500px;
    margin: 80px auto;
}

.forget-box .centent .title-img {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.forget-box .centent .title-font {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.forget-box .forget-from {
    width: 450px;
    height: 400px;
    margin: 20px auto;
    ;
    background: #244054;
    padding: 30px 0px;
    border-radius: 5px;
}


/* 服务器部署 */


/* 余额管理 */

.warrant-title .nav-sum-balanceFrom {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.warrant-title .nav-sum-balanceFrom div {
    width: 25%;
    height: 80px;
    padding: 0px 30px;
}

.warrant-title .nav-sum-balanceFrom .sum-one {
    border-right: 1px dashed #eaf0f5;
}

.warrant-title .nav-sum-balanceFrom .sum-one ul {
    width: 100%;
    height: auto;
}

.warrant-title .nav-sum-balanceFrom .sum-one ul li {
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.warrant-title .nav-sum-balanceFrom .sum-one ul li:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #0080E5;
}

.warrant-title .nav-sum-balanceFrom .sum-one ul .sum-num {
    font-size: 16px;
    font-weight: 700;
}

.warrant-title .nav-sum-balanceFrom .sum-two {
    border-right: 1px dashed#eaf0f5;
}

.warrant-title .nav-sum-balanceFrom .sum-two ul {
    width: 100%;
    height: auto;
}

.warrant-title .nav-sum-balanceFrom .sum-two ul li {
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.warrant-title .nav-sum-balanceFrom .sum-two ul li:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #0080E5;
}

.warrant-title .nav-sum-balanceFrom .sum-two ul .sum-li {
    font-size: 10px;
    color: gray;
}

.warrant-title .nav-sum-balanceFrom .sum-two ul .sum-li span {
    color: black;
    font-weight: 700;
    margin-left: 30px;
}

.warrant-title .nav-sum-balanceFrom .sum-two ul li:last-child {
    font-size: 10px;
    color: gray;
}

.warrant-title .nav-sum-balanceFrom .sum-two ul li:last-child span {
    color: black;
    font-weight: 700;
    margin-left: 30px;
}

.warrant-title .nav-sum-balanceFrom .sum-three ul {
    width: 100%;
    height: auto;
}

.warrant-title .nav-sum-balanceFrom .sum-three ul li {
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.warrant-title .nav-sum-balanceFrom .sum-three ul li:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #0080E5;
}

.warrant-title .nav-sum-balanceFrom .sum-three ul .sum-li {
    font-size: 10px;
    color: gray;
}

.warrant-title .nav-sum-balanceFrom .sum-three ul .sum-li span {
    color: black;
    font-weight: 700;
    margin-left: 30px;
}

.warrant-title .nav-sum-balanceFrom .sum-three ul li:last-child {
    font-size: 10px;
    color: gray;
}

.warrant-title .nav-sum-balanceFrom .sum-three ul li:last-child span {
    color: black;
    font-weight: 700;
    margin-left: 30px;
}

.table-title-balance {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 20px;
}

balanceFrom .sum-three ul li:last-child span {
    color: black;
    font-weight: 700;
    margin-left: 30px;
}

.money-message-one {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 20px;
}

.icon-yue-item {
    width: 30px;
    height: 30px;
    display: block;
}

.icon-yue-zfb {
    background: url(../images/yue/zfb-icon.svg) no-repeat center;
    background-size: contain
}

.icon-yue-wx {
    background: url(../images/yue/wx-icon.svg) no-repeat center;
    background-size: contain
}

.icon-yue-yhk {
    background: url(../images/yue/yhk-icon.svg) no-repeat center;
    background-size: contain
}


/* 部署类型 */

.fwq-content {
    width: 800px;
    background: url(../images/login/fwq.png) no-repeat center;
    border-radius: 5px;
    z-index: 1000;
    padding: 50px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
}

.fwq-content .fwq-tabs {
    width: 100%;
    height: 30px;
}

.fwq-content .fwq-tabs .fwq-tabs-one {
    width: 50%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.fwq-content .fwq-tabs .fwq-tabs-one .tabs-one-font {
    width: 100%;
    height: 30px;
    background: #627f99;
    border-radius: 3px 0px 0px 3px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.fwq-content .fwq-tabs .fwq-tabs-one .tabs-one-icon {
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #627f99;
}

.fwq-content .fwq-tabs .fwq-tabs-two {
    width: 45%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    position: absolute;
    top: 50px;
    right: 65px;
}

.tabs-two-icons {
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: #627f99 #627f99 #627f99 transparent;
}

.tabs-two-fonts {
    width: 100%;
    height: 30px;
    background: #627f99;
    border-radius: 0px 3px 3px 0px;
}

.fwq-content .fwq-title {
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.fwq-content .fwq-title h5 {
    font-size: 30px;
    font-weight: 400;
}

.fwq-content .fwq-title div span {
    color: #0080E5;
    margin-left: 30px;
}

.fwq-content .fwq-card {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
}

.fwq-content .fwq-button {
    width: 100%;
    height: auto;
    padding: 0px 50px;
    margin-top: 80px;
}

.fwq-card-form {
    width: 100%;
    height: auto;
    padding: 0px 50px;
}

.fwq-card-form .fwq-button-form {
    width: 100%;
    height: auto;
    padding: 0px 10px;
    margin-top: 30px;
}


/* 选择部署 */

.bs-content {
    width: 80%;
    height: auto;
    background: #fff;
    position: relative;
    top: 120px;
    bottom: 10px;
    margin: 0px auto;
    padding: 20px;
}

.bs-content .car-num {
    width: 100%;
    height: 80px;
    border-bottom: 1px dashed #cccccc;
}

.bs-content .car-num-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0px;
}

.bs-content .car-num-checkbox {
    width: 100%;
    height: 30px;
}

.bs-content .car-num-three {
    width: 100%;
    height: 250px;
    border-bottom: 1px dashed #cccccc;
}

.bs-content .car-num-three .fwq-setting {
    width: 70%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

.bs-content .car-num-three .fwq-setting div {
    width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bs-content .car-num-three .fwq-setting div span {
    width: 80px;
    height: auto;
}

.bs-content .car-num-three .fwq-setting .fwq-setting-font {
    width: 200px;
    height: auto;
    font-weight: 700;
}

.bs-content .car-num-three .fwq-setting .el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 30px;
}


/* 订单管理 */

.warrant-tabs-table {
    width: 100%;
    height: auto;
    margin: 20px 0px;
    padding: 0px 10px;
}


/* 用户资料 */

.warrant-centent .user-tabs .user-tabs-one {
    width: 10%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

.warrant-centent .user-tabs .user-tabs-two {
    width: 90%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    padding: 20px;
}

.user-tabs .user-tabs-one ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #0080E5;
}

.user-tabs .user-tabs-one ul li.active {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0080E5;
    color: #fff;
}

.user-tabs .user-tabs-one .user-tabs-title {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    font-size: 14px;
}

.user-tabs .user-tabs-two .user-title-one {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: #cccccc 1px dashed;
}

.user-tabs .user-tabs-two .setting-content-one {
    width: 100%;
    height: 170px;
    margin-top: 20px;
    border-bottom: 1px #cccccc dashed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-tabs .user-tabs-two .setting-content-one .setting-img {
    width: 20%;
    height: 150px;
}

.user-tabs .user-tabs-two .setting-content-one .setting-text {
    width: 80%;
    height: 150px;
}

.user-tabs .user-tabs-two .setting-content-one .setting-text ul {
    width: 100%;
    height: 100px;
    margin: 25px 0px;
}

.user-tabs .user-tabs-two .setting-content-one .setting-text ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: gray;
}

.user-tabs .user-tabs-two .setting-content-two {
    width: 100%;
    height: 180px;
    margin-top: 20px;
}

.user-tabs .user-tabs-two .setting-content-two ul li {
    width: 80%;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.user-tabs .user-tabs-two .setting-content-two ul li div:first-child {
    width: 70%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-tabs .user-tabs-two .setting-content-two ul li div:last-child {
    width: 20%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-tabs .user-tabs-two .setting-content-two ul li div:first-child span:first-child {
    width: 20%;
    height: auto;
    display: block;
}

.user-tabs .user-tabs-two .setting-content-two ul li div:first-child span:last-child {
    width: 80%;
    height: auto;
    display: block;
}

.user-tabs .user-tabs-two .setting-content-two ul li div:last-child span {
    width: 100px;
    height: auto;
    display: block;
}

.user-tabs .user-tabs-two .user-form {
    width: 50%;
    height: auto;
    margin-top: 20px;
}

.user-tabs .user-tabs-two .user-form-message {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.user-tabs .user-tabs-two .user-message-title {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: #cccccc 1px dashed;
}

.user-tabs .user-tabs-two .user-img-setting {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-tabs .user-tabs-two .user-img-setting-one {
    width: 30%;
    height: auto;
}

.user-tabs .user-tabs-two .user-img-setting-one .user-name {
    width: 100%;
    height: 120px;
    text-align: center;
}


/* 修改头像 */

.user-img-eidt {
    width: 100%;
    height: 220px;
}

.user-img-eidt .img-edit {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-img-eidt .img-edit .img-edit-one {
    width: 70%;
    height: 160px;
    background: #cccccc;
    padding: 20px;
}

.user-img-eidt .img-edit .img-edit-two {
    width: 30%;
    height: 160px;
    text-align: center;
}

.user-img-eidt .img-edit .img-edit-one ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-img-eidt .img-edit .img-edit-one ul li {
    width: 25%;
    height: auto;
}

.tree-input {
    position: relative;
}

.tree-input-num {
    position: absolute;
    right: 17px;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    top: 5px;
    background: #fff;
    padding: 0px 10px;
}

.tree-input .el-input__inner {
    padding-right: 41px;
}

.el-tree-node__label {
    font-size: 13px
}


/* 工单 */

.gongdan-wrap {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    background: #3680f9;
    z-index: 100;
    padding: 10px;
    background: #fff;
}

.gongdan-head {
    background: #f9f9f9;
    overflow: hidden;
    padding: 3px 10px;
    display: flex;
}

.gongdan-head dl dd,
.gongdan-head dl dt {
    line-height: 30px;
}

.gongdan-head dl {
    float: left;
    width: 33.33%;
    display: flex;
    flex-direction: row;
}

.gongdan-head dl dd {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 8px;
    padding-right: 12px;
    color: #666
}

.gongdan-head dl dd.state-color {
    color: #0a9900
}

.gongdan-head-btn {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-around;
}

.gongdan-head-btn a {
    color: #3680f9;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.gongdan-head-btn a span {
    display: inline-block;
    vertical-align: top;
}

.head-info {
    margin-right: 100px;
    overflow: hidden;
    flex: 1
}

.record-wrap {
    margin-top: 10px;
}

.record-wrap-body {
    border: 1px solid #d7dada;
    border-top: none;
    padding: 30px 10px
}

.record-wrap-title {
    background: #f9f9f9;
    font-size: 14px;
    border-left: 2px solid #3680f9;
    line-height: 34px;
    padding-left: 10px
}

.row-msg {
    display: flex;
    padding: 10px;
}

.gongdan-wrap .msg-img,
.gongdan-wrap .msg-imgs {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #d0d0d0;
    margin-right: 10px;
}

.msg-info {
    margin-right: 100px;
    flex: 1;
    position: relative;
}

.msg-sign {
    margin-top: 5px;
    color: #828282
}

.msg-sign span {
    margin-right: 5px
}

.msg-text {
    padding: 10px;
    border: 1px solid #e9eaea;
    margin-top: 5px;
    background: #f7f9fb;
    border-radius: 4px;
    word-break: break-all;
    display: inline-block;
    max-width: 100%
}

.row-msg.msg-self {
    justify-content: flex-end;
}

.row-msg.msg-self .msg-info {
    margin: 0px;
    margin-left: 100px;
    text-align: right;
}

.row-msg.msg-self .msg-img {
    margin: 0px;
    margin-left: 10px;
}

.row-msg.msg-self .msg-text {
    border-color: #3680f9;
    background: #fff
}

.row-msg.msg-other .msg-img {
    background: url(../images/gongdan/other.png) no-repeat center;
}

.row-msg.msg-self .msg-img {
    background: url(../images/gongdan/self.png) no-repeat center;
}

.row-msg.msg-other .msg-imgs {
    background: url(../images/gongdan/self.png) no-repeat center;
}

.row-msg.msg-self .msg-imgs {
    background: url(../images/gongdan/other.png) no-repeat center;
    margin-right: 0px;
    margin-left: 10px;
}

.msg-point {
    position: absolute;
    width: 10px;
    height: 18px;
    top: 28px;
}

.row-msg.msg-self .msg-point {
    background: url(../images/gongdan/other-2.png) no-repeat center;
    right: -9px
}

.row-msg.msg-other .msg-point {
    background: url(../images/gongdan/other-1.png) no-repeat center;
    left: -9px
}

.record-wrap-body .el-form--label-top .el-form-item__label {
    line-height: inherit;
    padding: 0px;
    padding-bottom: 10px
}

.record-wrap-body .el-button {
    padding: 8px 20px;
}

.iconBack {
    background: url(../images/gongdan/back.png) no-repeat center;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-top: 3px;
}

.warrant-title .nav-sum .sum-block-block {
    width: 50% !important;
    padding: 0px 10px;
    display: inline-block;
}

.warrant-title .nav-sum .sum-block-wrap {
    border: 1px solid #d0d0d0;
    width: 100% !important;
}

.warrant-title .nav-sum .sum-block-block>div li span {
    color: black;
    margin-left: 0px !important;
    font-weight: bold;
}

.warrant-title .nav-sum .sum-block-block>div li span:first-child {
    color: gray;
    width: 54px;
    font-weight: 400;
    display: inline-block;
}

.sum-block-block .sum-one,
.sum-block-block .sum-two,
.sum-block-block .sum-three {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 0px 10px !important;
}

.report-sum-wrap {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}

.report-sum-block {
    display: inline-block;
    border: 1px solid #d0d0d0;
    width: 230px;
    padding: 10px 20px;
    cursor: pointer;
    background: #f7f6f6;
}

.report-sum-block.active {
    background: #5babfd;
    color: #fff;
}

.report-sum-block+.report-sum-block {
    margin-left: 15px;
}

.report-sum-tab {
    margin-top: 10px;
}

.report-sum-tab>div {
    display: inline-block;
}

.report-sum-tab>div+div {
    margin-left: 30px;
}

.report-sum-tab>div span:nth-of-type(2) {
    font-weight: bold;
    margin-left: 5px;
}

.report-sum-tab>div:nth-of-type(2) span:nth-of-type(2) {
    color: #F00
}

.report-search .table-search-wrap {
    width: initial;
}

.table-list .el-table__body .cell .el-link {
    font-size: 12px;
}

.el-dialog__footer {
    padding-top: 0px;
}

.icon-jia {
    background: url(../images/jiankong/jia.svg) no-repeat center;
    width: 20px;
    height: 20px;
}

.icon-jian {
    background: url(../images/jiankong/jian.svg) no-repeat center;
    width: 20px;
    height: 20px;
}