@charset "utf-8";

/*reset*/
body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
blockquote,
object,
iframe,
fieldset,
input,
legend,
form,
th,
td {
    margin: 0;
    padding: 0
}

body,
input,
textarea,
keygen,
select,
button,
isindex {
    font: 14px/24px "Microsoft Yahei", "微软雅黑";
    color: #333;
    word-break: break-all
}

ul,
ol,
li {
    list-style: none
}

html,
body {
    width: 100%;
    height: 100%;
}

/*common*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 14px
}

i,
b,
em {
    font-style: normal;
    font-weight: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background: #fff
}

td {
    padding: 3px 5px;
}

th {
    font-weight: normal;
    background: #e7f4fe;
    height: 40px
}

table,
td,
th {
    border: 1px solid #ddd
}

table caption {
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}

.fl {
    float: left;
    _display: inline
}

.fr {
    float: right;
    _display: inline
}

.ti2 {
    text-indent: 2em;
}

.clear:after {
    content: "200B";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}

/*IE6,7*/
.clear {
    *zoom: 1;
}

.mc {
    margin: 0 auto
}

.pr {
    position: relative;
    *zoom: 1
}

.pa {
    position: absolute
}

.tc {
    text-align: center
}

.tl {
    text-align: left !important
}

.tr {
    text-align: right !important
}

.ti2 {
    text-indent: 2em;
}


/* 设备精灵图 */
/* 电压 */
.voltageIcon {
    background: url(../img/famen-icon.png) no-repeat;
    background-position: center center;
    background-size: 40px 38px;
}

/* 风速 */
.windSpeedIcon {
    background: url(../img/status-icon2.png) no-repeat;
    background-position: 0 -480px;
    background-size: cover;
}

/* 光照 */
.lightIcon {
    background: url(../img/status-icon2.png) no-repeat;
    background-position: 0 -120px;
    background-size: cover;
}

/* 温度 */
.temperatureIcon {
    background: url(../img/status-icon2.png) no-repeat;
    background-position: 0 0;
    background-size: cover;
}

/* 湿度 */
.humidity {
    background: url(../img/status-icon2.png) no-repeat;
    background-position: 0 -60px;
    background-size: cover;
}

::-webkit-scrollbar {
    width: 0;
}

.exitDialog {
    width: 350px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9998;
    background-color: rgba(44, 188, 251, 0.3);
    border-radius: 12px;
}

.closeBtn {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    color: #fff;
    /* background-color: #FF6D6D; */
    text-align: center;
    line-height: 20px;
    font-size: 30px;
    z-index: 5;
    cursor: pointer;
}

.closeBtn:hover {
    /* background-color: #f13030; */
    color: #f13030;
}

.exitDialog p {
    width: 100%;
    height: 100px;
    /* line-height: 100px; */
    box-sizing: border-box;
    text-align: justify;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
}

.exitDialog .btnBox {
    width: 100%;
    height: 30px;
    position: relative;
    top: 0;
    left: 0;
}

.exitDialog .btnBox em {
    display: block;
    width: 60px;
    height: 30px;
    float: right;
    margin-right: 20px;
    border-radius: 6px;
    color: #fff;
    /* border: 1px solid #00D2FF; */
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    /* background-color: rgba(0, 0, 0, 0.4); */
    box-shadow: 0px 0px 12px rgba(44, 188, 251, 0.3) inset;
    background-color: rgba(44, 188, 251, 0.3);
    border: 1px solid #357BE7;
}

.exitDialog .btnBox .confirmBtn {
    /* background-color: #f13030;
    border: 1px solid #f13030; */
    box-shadow: 0px 0px 12px rgba(44, 188, 251, 0.3) inset;
    background-color: rgba(44, 188, 251, 0.3);
    border: 1px solid #357BE7;
}

.exitDialog .btnBox em:hover {
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: rgba(0, 170, 255, 1);
}



.maskBox {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9997;
    position: absolute;
    left: 0;
    top: 0;
}

.cameraBox {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9997;
    position: absolute;
    left: 0;
    top: 0;
}

.exitDialog h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00FAFF;
    padding-left: 30px;
    position: relative;
    box-sizing: border-box;
}

.exitDialog h3 i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/icon/arrLogo.png) no-repeat center center / 15px 18px;
}




.cesium-infoBox-visible {
    top: 180px !important;
    left: 48% !important;
}

.infoBoxhide {
    opacity: 0;
}



/* 隐藏滚动条 */
*::-webkit-scrollbar {
    /* Chrome,Safari */
    display: none;
}

* {
    /*Firefox*/
    scrollbar-width: none;
    /*Ie,Edge*/
    -ms-overflow-style: none;
}



/* 上下滚动箭头 */
.scrollArrIcon {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.topScroll {
    top: 3px;
    background: url('../img/scrollTopIcon.png') no-repeat center center / 100% 100%;

}

.botScroll {
    bottom: 3px;
    background: url('../img/scrollbotIcon.png') no-repeat center center / 100% 100%;
}


/* 变灰滤镜 */
.iconGray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.threeDialog {
    width: 900px;
    height: 540px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9998;
    background-color: rgba(44, 188, 251, 0.3);
    border-radius: 12px;
}

.threeDialog p {
    width: 100%;
    height: 350px;
    /* line-height: 100px; */
    box-sizing: border-box;
    text-align: justify;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px 10px;
}


.threeDialog .btnBox {
    width: 100%;
    height: 30px;
    position: relative;
    top: 0;
    left: 0;
}

.threeDialog .btnBox em {
    display: block;
    width: 60px;
    height: 30px;
    float: right;
    margin-right: 20px;
    border-radius: 6px;
    color: #fff;
    /* border: 1px solid #00D2FF; */
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    /* background-color: rgba(0, 0, 0, 0.4); */
    box-shadow: 0px 0px 12px rgba(44, 188, 251, 0.3) inset;
    background-color: rgba(44, 188, 251, 0.3);
    border: 1px solid #357BE7;
}

.threeDialog .btnBox .confirmBtn {
    /* background-color: #f13030;
    border: 1px solid #f13030; */
    box-shadow: 0px 0px 12px rgba(44, 188, 251, 0.3) inset;
    background-color: rgba(44, 188, 251, 0.3);
    border: 1px solid #357BE7;
}

.threeDialog .btnBox em:hover {
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: rgba(0, 170, 255, 1);
}


.threeDialog h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00FAFF;
    padding-left: 30px;
    position: relative;
    box-sizing: border-box;
}

.threeDialog h3 i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/icon/arrLogo.png) no-repeat center center / 15px 18px;
}