/* 公共css */


/* 最外层包括属性 宽高均为100% */

html,
body,
#app,
#mapView,
#mapView11,
#yjmapView,
#homeMap,
.web-wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* position: relative; */
}

div {
    user-select: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*去除mapview拖动时的边框*/

.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: auto 0px Highlight !important;
    outline: auto 0px -webkit-focus-ring-color !important;
}

.esri-ui-top-left {
    opacity: 0 !important;
}


/* 滚动条 */

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.3);
}

.esri-popup__header-buttons>div:first-child {
    display: none !important;
}

.el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
    color: #fff !important;
}


/* 弹框统一样式 */

.el-dialog__wrapper {
    pointer-events: none;
}

.el-dialog__header {
    pointer-events: auto;
    background-image: url(../images/Dialog/dialog-title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 !important;
    font-size: 15px;
    text-indent: 30px;
}

.el-dialog__title {
    pointer-events: auto;
    color: #fff !important;
    font-size: 14px!important;
}

.el-dialog__body {
    pointer-events: auto;
    background-color: transparent;
    padding: 10px 20px!important;
}

.el-dialog__headerbtn {
    width: 50px;
    height: 28px;
    background: url(../images/Dialog/dialog-close.png) no-repeat !important;
    background-size: 100% 100% !important;
    float: right;
    cursor: pointer;
    top: 5px !important;
    right: 5px !important;
}

.el-dialog__headerbtn .el-dialog__close {
    opacity: 0;
}

.el-dialog {
    background: url(../images/Dialog/dialog-content.png) no-repeat !important;
    background-size: 100% 100% !important;
    padding-bottom: 10px !important;
}


/* .el-dialog__body {
    max-height: 600px;
    overflow-y: auto;
} */

.mask {
    background: url(../images/mask.png) no-repeat;
    background-size: 100% 100%;
}


/* 地图弹框统一样式 */

.mapdialog-wrap {
    background: url(../images/mapdialog/dialog-bg.png) no-repeat;
    background-size: 100% 100%;
}

.header-wrapper {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../images/mapdialog/title-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
}

.close-btn {
    width: 50px;
    height: 28px;
    background: url(../images/mapdialog/dialog-close.png) no-repeat !important;
    background-size: 100% 100% !important;
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
}


/* 通知弹框统一样式 */

.warning-notify {
    background: url(../images/Dialog/warning-notify.png) no-repeat;
    background-size: 100% 100%;
}

.el-notification {
    background-color: transparent !important;
    border: none !important;
}


/* 表格 */

.el-table,
.el-table__expanded-cell {
    background-color: transparent !important;
}

.el-table::before {
    height: 0 !important;
}

.el-table__header-wrapper {
    background-color: rgba(53, 115, 157, 0.8) !important;
}

.el-table th,
.el-table tr {
    background-color: transparent !important;
}


/* .el-table tbody tr:hover>td {
    background-color: transparent !important; 
}*/


/* 输入框样式 */

.public-input {
    background: url("../images/Dialog/searchInput.png") no-repeat;
    background-size: 100% 100%;
}

.public-date {
    background: url("../images/Dialog/searchDate.png") no-repeat;
    background-size: 100% 100%;
}

.public-select {
    background: url("../images/Dialog/searchPicker.png") no-repeat;
    background-size: 100% 100%;
}

.add-cursor {
    cursor: url('../images/shubiao.png'), auto;
}


/* 悬浮框的宽度 */

.el-tooltip__popper {
    max-width: 500px;
}

.cszs-point {
    width: 205px;
    /* height: 76px; */
    background: url("../images/Dialog/backgroundImg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

.text-layer {
    width: 110px;
    background: url("../images/weather-station/mapPoint/text-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding: 6px 5px;
    box-sizing: border-box;
}


/*************时间轴样式***************/

.house-time-main {
    width: 760px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    top: 0;
    color: #fff;
}

.houselineMain {
    position: absolute;
    left: 20px;
    z-index: 1000;
}

.timeMinute {
    height: 6px;
    border-bottom: 1px solid #c2c2c4;
    border-top: 1px solid #c2c2c4;
    border-right: 1px solid #a3a3a4;
    width: 23px;
    float: left;
    margin-top: 22px;
    background-color: rgba(56, 56, 56, 0.3);
}

.houselineMain .timeMinute:first-child {
    border-left: 1px solid #a3a3a4;
}

.timeline {
    position: fixed;
    width: 755px;
    height: 70px;
    border-radius: 5px;
    background: url("../images/timeline-bg.png") no-repeat;
    background-size: 100% 100%;
    top: 200px;
    right: 480px;
}

.iconfont-wrapper {
    width: 90px;
    height: 100%;
    float: left;
}

.iconfont-wrapper i {
    display: inline-block;
    font-size: 36px;
    color: #444;
    margin: 7px 25px;
    cursor: pointer;
}

.iconfont-wrapper .icon-kaishi {
    font-size: 32px;
    margin: 8px 28px;
}

.iconfont-wrapper i:hover {
    color: #3099a2;
}

.timelineMain {
    width: 721px;
    height: 100%;
    position: absolute;
    cursor: pointer;
    left: 90px;
    z-index: 1000;
}

.timelineLabel {
    position: absolute;
    height: 30px;
    width: 44px;
    top: -33px;
    margin-left: -22px;
    z-index: 20;
}

.caliperPartA,
.caliperPartB {
    position: absolute;
    height: 100%;
    top: 0;
    background-color: rgba(40, 40, 40, 0.21);
}

.caliperPartA {
    left: 0;
}

.caliperPartB {
    right: 0;
}

.timelineLabelcontent {
    width: 100%;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    color: #efefef;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
}

.timelineLabelpointer {
    height: 0;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0.7);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-left: 16px;
}

.timeHour {
    height: 6px;
    border-bottom: 1px solid #c2c2c4;
    border-top: 1px solid #c2c2c4;
    border-left: 1px solid #a3a3a4;
    width: 29px;
    float: left;
    margin-top: 22px;
    background-color: rgba(181, 181, 181, 0.4);
}

.timeHour:hover {
    background-color: rgba(181, 181, 181, 0.1);
}

.timelineMain .timeHour:last-child {
    border-right: 1px solid #a3a3a4;
}

.caliperA,
.caliperB {
    height: 60px;
    position: absolute;
    width: 20px;
    margin-left: -10px;
}

.caliperPointerA,
.caliperPointerB {
    height: 0;
    width: 0;
    border: 10px solid #45a1f3;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-left-width: 10px;
    border-right-width: 10px;
    cursor: pointer;
}

.caliperPointerA {
    margin-left: -9px;
    border-right-color: #45a1f3;
}

.caliperPointerB {
    margin-left: 9px;
    border-left-color: #45a1f3;
}

.caliperLine {
    height: 50px;
    width: 2px;
    margin: 0 auto;
    background-color: #45a1f3;
}

.caliperA {
    left: 0;
}

.caliperB {
    left: 721px;
}

.timeHourFirst {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.timeHourFinal {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-right: 1px solid #a3a3a4;
}

.timeNumber {
    position: absolute;
    height: 15px;
    width: 15px;
    font-size: 13px;
    bottom: 2px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 32px;
}

.timelineProgress {
    /* background-image: url('/static/images/progress.png'); */
    height: 40px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    top: 4px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    margin-left: -20px;
}

.runPart {
    background-color: #2398ff;
    height: 6px;
    top: 22px;
    position: absolute;
    border: 1px solid #218eef;
}

.trackAnalysis {
    height: 130px;
    width: 301px;
    position: absolute;
    top: 72px;
    right: 15px;
    font-weight: bold;
}

.trackAnalysisHeader {
    width: 300px;
    height: 35px;
    float: left;
    /*background: url('/static/images/analysisheader.png');*/
    box-shadow: 1px 1px 2px 1px #cbcbcb;
    background-color: #fff;
}

.show-playback-time-wrapper {
    margin-left: 90px;
    width: 721px;
    height: 6px;
    position: absolute;
    top: 23px;
}

.show-playback-time-wrapper li {
    background-color: rgba(255, 0, 15, 0.5);
    position: absolute;
    height: 100%;
}

.show-playback-hour-wrapper {
    left: 20px;
    width: 720px;
    height: 6px;
    position: absolute;
    top: 23px;
}

.show-playback-hour-wrapper li {
    background-color: rgba(255, 0, 15, 0.5);
    position: absolute;
    height: 100%;
}

.hourCaliper {
    width: 0px;
    background: rgba(109, 109, 105, 0.7);
    height: 50px;
    margin-left: 20px;
}

.cesium-animation-svgText {
    display: none !important;
}