﻿@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 "Microsoft Yahei", "微软雅黑";
    color: #333;
    word-break: break-all
}

ul,
ol,
li {
    list-style: none
}

html,
body {
    width: 100%;
    height: 100%;
}

* {
    user-select: none;
    /* moz-user-select: -moz-none; */
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/*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: "";
    display: block;
    visibility: hidden;
    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;
}

.float_l {
    float: left
}

.float_r {
    float: right
}

.font18 {
    font-size: .45rem
}

.font24,
.f24 {
    font-size: .6rem
}

.font14 {
    font-size: .35rem
}

.text_center {
    text-align: center;
}

.text-center {
    text-align: center;
}


.cursor {
    cursor: pointer;
}

.per50 {
    width: 50% !important
}

.mgT20 {
    margin-top: .5rem !important
}

.mgT4 {
    margin-top: .1rem !important
}


.mgT16 {
    margin-top: .4rem !important
}

.mgT10 {
    margin-top: .25rem !important
}


/* 字体引入 */
@font-face {
    font-family: "DS-DIGIB";
    src: url("../framework/fonts/DS-DIGIB/DS-DIGIB.TTF");
}

@font-face {
    font-family: "hyzlsj";
    src: url("../framework/fonts/hyzlsj/hyzlsj.ttf");
}

@font-face {
    font-family: "HarmonyOS";
    src: url("../framework/fonts/HarmonyOS_Sans_SC_Medium.ttf");
}


.dialogBox {
    background-color: rgba(18, 39, 86, .75);
    border-radius: 6px;
    background-image: url(../img/ltArr.png), url(../img/rtArr.png), url(../img/lbArr.png), url(../img/rbArr.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    padding: 0 10px 10px;
}

.dialogBox 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;
}

.dialogBox h3 i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/arrLogo.png) no-repeat center center / 15px 18px;
}

/* ::-webkit-scrollbar {display:none} */



.dialogBox .baseEquip {
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
}

.dialogBox .baseEquip ul {
    width: 100%;
    height: 100%;
}

.dialogBox .baseEquip ul li {
    width: 200px;
    height: 64px;
    background: url(../img/equipBorder.png) no-repeat center center / 100% 100%;
    float: left;
    margin: 10px;
    position: relative;
}

.dialogBox .baseEquip ul li i {
    display: block;
    position: absolute;
    width: 70px;
    height: 60px;
    top: -1px;
    left: 14px;
}

.pipeDialogBox {
    background-color: rgba(18, 39, 86, .75);
    border-radius: 6px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    /*padding: 0 10px 10px;*/
}

.metedialogBox {
    background-color: rgba(18, 39, 86, .75);
    border-radius: 6px;
    /* box-shadow: 0px 0px 10px 0px rgba(14, 252, 255, 0.77); */
    background-image: url(../img/ltArr.png), url(../img/rtArr.png), url(../img/lbArr.png), url(../img/rbArr.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom left, bottom right;
}

.metedialogBox h3 {
    width: 210px;
    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;
}

.metedialogBox h3 i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/arrLogo.png) no-repeat center center / 15px 18px;
}


.metedialogBox .metebaseEquip {
    width: 490px;
    height: auto;
    margin: 20px auto 0 auto;
    padding: 14px;
}

.metedialogBox .metebaseEquip ul {
    width: 440px;
    height: 100%;
    /* margin: 0 -40px; */
    margin: 0 auto;
}

.metedialogBox .metebaseEquip ul li {
    width: 200px;
    height: 64px;
    background: url(../img/equipBorder.png) no-repeat center center / 100% 100%;
    float: left;
    margin: 10px;
    position: relative;
}

.metedialogBox .metebaseEquip ul li i {
    display: block;
    position: absolute;
    width: 70px;
    height: 60px;
    top: -1px;
    left: 14px;
}


.famenIcon {
    background: url(../img/famenIcon.png) no-repeat top center /52px 49px;
}

.guandaoIcon {
    background: url(../img/guandaoIcon.png) no-repeat top center / 49px 42px;
}

.guangaiIcon {
    background: url(../img/guangaiIcon.png) no-repeat top center / 43px 52px;
}

.sensorIcon {
    background: url(../img/sensorIcon.png) no-repeat top center / 51px 48px;
}

.feiyeIcon {
    background: url(../img/feiyeIcon.png) no-repeat top center / 49px 53px;
}

.guangaiAreaIcon {
    background: url(../img/guangaiArea.png) no-repeat top center / 50px 52px;
}

.baseEquip ul li .equipInfo {
    width: 116px;
    height: 64px;
    float: right;
}

.baseEquip ul li .equipInfo p {
    color: #fff;
    height: 32px;
    width: 100%;
    text-align: left;
    font-size: 12px;
}

.baseEquip ul li .equipInfo p span {
    font-size: 20px;
    font-family: DS-DIGIB;
}

.baseEquip ul li .equipInfo p:first-child {
    line-height: 40px;
}

.metebaseEquip ul li .equipInfo {
    width: 116px;
    height: 64px;
    float: right;
}

.metebaseEquip ul li .equipInfo p {
    color: #fff;
    height: 32px;
    /*width: 100%;*/
    text-align: left;
    font-size: 12px;
    margin: 0 -20px;
}

.metebaseEquip ul li .equipInfo p span {
    font-size: 20px;
    font-family: DS-DIGIB;
}

.metebaseEquip ul li .equipInfo p:first-child {
    line-height: 40px;
}



.dialogBox .chartBox .chartTitle {
    width: 90%;
    margin: 0 auto;
    color: #00FAFF;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.dialogBox .chartBox .chartTitle::before {
    content: '';
    width: 5px;
    height: 16px;
    background-color: #00FAFF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.metedialogBox .chartBox .chartTitle {
    width: 90%;
    margin: 0 auto;
    color: #00FAFF;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.metedialogBox .chartBox .chartTitle::before {
    content: '';
    width: 5px;
    height: 16px;
    background-color: #00FAFF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.tdt-infowindow-content p {
    margin: 0;
}

.tdt-infowindow-content-wrapper,
.tdt-infowindow-tip {
    background: none;
}

.tdt-infowindow-content {
    margin: 0;
}

.tdt-infowindow-content {
    width: auto !important;
}

.tdt-container a.tdt-infowindow-close-button {
    font-size: 20px;
    z-index: 6;
}

.tdt-container a.tdt-infowindow-close-button:hover {
    color: red;
}








/* 表格头部导航 */
.pestContTop {
    width: 100%;
    height: 70px;
}

.pestContTop .swiUl {
    width: auto;
    height: 30px;
    float: left;
    margin: 16px 0 0 20px;
    background-color: #fff;
    border-radius: 6px;
}

.pestContTop .swiUl li {
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    /* color: rgb(0, 170, 255); */
    color: #000;
    font-size: 16px;
    background-color: #fff;
    float: left;
    border-radius: 4px;
    cursor: pointer;
}

.pestContTop .swiUl .swiLiAc {
    color: #fff;
    /* background-color: rgba(0,210,255,0.5); */
    height: 40px;
    line-height: 40px;
    margin-top: -5px;
    background: linear-gradient(90deg, #0066E5, #00B6FF);
    /* box-shadow: 0px 0px 12px #357be7 inset;
    background-color: #1B2857;
    border: 1px solid #357BE7; */
}

.pestContBox .compreDisplay,
.pestContBox .warnRecordBox {
    width: 1600px;
    height: 850px;
    margin: 0 auto;
    border: 2px solid rgba(0, 210, 255, 0.5);
    border-radius: 6px;
    box-sizing: content-box;
}

.pestContBox .imgListBox {
    width: 1400px;
    height: 720px;
    margin: 30px auto;
    border: 2px solid rgba(0, 210, 255, 0.5);
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
}

.pestContBox .compreDisplay .cqProBox {
    width: 600px;
    height: 400px;
    border-right: 1px solid rgba(0, 210, 255, 0.5);
    border-bottom: 1px solid rgba(0, 210, 255, 0.5);
    float: left;
}

.pestContBox .compreDisplay .cqBox {
    width: 997px;
    height: 400px;
    border-bottom: 1px solid rgba(0, 210, 255, 0.5);
    float: left;
}

.pestContBox .compreDisplay .cqTrendBox {
    width: 100%;
    height: 365px;
    float: left;
}

.pestContBox .compreDisplay h4 {
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 40px;
    color: #fff;
    position: relative;
}

.pestContBox .compreDisplay h4 i {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/arrLogo.png) no-repeat center center / 20px 20px;
}

.pestContTop .equipSelBox {
    width: auto;
    /* min-width: 200px; */
    height: 30px;
    /* background-color: #fff; */
    float: left;
    margin: 15px 0 0 20px;
    border-radius: 4px;
    position: relative;
}

.equipSelBox span {
    width: auto;
    color: #fff;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    padding: 0 10px;
    background: linear-gradient(90deg, #0066E5, #00B6FF);
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}

.equipSelBox p {
    float: left;
    width: 170px;
    /* min-width: 100px; */
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 26px 0 20px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.equipSelBox p:after {
    content: '';
    position: absolute;
    border-top: 8px solid rgb(0, 170, 255);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 35%;
    right: 6%;
}

.equipSelBox p:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.equipSelBox ul {
    width: 170px;
    max-height: 150px;
    background-color: #044e90;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
    overflow: auto;
    padding-bottom: 10px;
}

.equipSelBox ul li {
    width: 90%;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    border-bottom: 1px dashed #1528A6;
    color: #fff;
}

.equipSelBox ul li:hover {
    background-color: rgba(0, 170, 255, 0.5);
    color: #fff;
}


.yearSelSwiBox {
    width: 160px;
    height: 30px;
    float: left;
    margin: 15px 0 0 20px;
    border-radius: 20px;
    background-color: #fff;
}

.yearSelSwiBox ul {
    width: 150px;
    height: 24px;
    margin: 3px auto;
    border-radius: 22px;
}

.yearSelSwiBox ul li {
    color: #000;
    float: left;
    width: 50px;
    border-radius: 22px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.yearSelSwiBox ul .yearSelAc {
    background: linear-gradient(90deg, #0066E5, #00B6FF);
    color: #fff;
}

.yearSelSwiBox ul li:hover {
    background-color: rgba(0, 170, 255, 1);
    color: #fff;
}

.contTop .calenBox {
    float: right;
    margin: 15px 10px 0 0;

}

.calenBox {
    width: 220px;
    height: 30px;
    float: left;
    margin: 15px 0 0 20px;
    border-radius: 4px;
    position: relative;
}

.calenBox input {
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 4px;
    border: none;
    background: #000;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.calenBox i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/rili_blue.png) no-repeat center center / 24px 24px;
    cursor: pointer;
    pointer-events: none;
    /*点击穿透*/
}

.calenBox1 {
    width: 220px;
    height: 30px;
    float: left;
    margin: 15px 0 0 20px;
    border-radius: 4px;
    position: relative;
}

.calenBox1 input {
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 4px;
    border: none;
    background: #000;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.calenBox1 i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/rili_blue.png) no-repeat center center / 24px 24px;
    pointer-events: none;
    /*点击穿透*/

}

.importBtn,
.searchBtn {
    height: 30px;
    margin: 15px 20px 0 0;
    float: right;
    line-height: 30px;
    /* background-color: rgba(0, 170, 255, 1); */
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 0px 12px #357be7 inset;
    background-color: #1B2857;
    border: 1px solid #357BE7;
}

.importBtn {
    width: 60px;
}

.searchBtn {
    width: 80px;
}

.importBtn:hover {
    background-color: rgb(4, 145, 215);
}

.searchBtn:hover {
    background-color: rgb(4, 145, 215);
}




/* 农场地块选择 */
.areaListBox {
    width: 200px;
    height: 970px;
    overflow: hidden;
    float: left;
}

.areaListBox .serchBox {
    width: 180px;
    height: 30px;
    margin: 10px auto;
    position: relative;
}

.areaListBox .serchBox i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0;
    background: url(../img/serchIcon.png) no-repeat center center / 20px 20px;
    cursor: pointer;
}

.areaListBox .serchBox i:hover {
    background: url(../img/serchIcon.png) no-repeat center center / 24px 24px;
}

.areaListBox .serchBox input {
    width: 100%;
    height: 100%;
    outline: none;
    background-color: transparent;
    border: 1px solid #00D2FF;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 30px 0 20px;
    color: #fff;
}

.areaListBox h4 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 12px;
    cursor: pointer;
}

.areaListBox h4:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.areaListBox ul {
    width: 200px;
    height: auto;
    box-sizing: border-box;
}

.areaListBox ul li {
    width: 100%;
    height: auto;
}

.areaListBox ul li span {
    display: block;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding-left: 42px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.areaListBox ul li span:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.areaListBox ul li .fatherAc {
    background-color: rgba(255, 255, 255, 0.2);
}

.areaListBox ul li span i {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.areaListBox ul li span .fileOpen {
    background: url(../img/fileOpenIcon.png) no-repeat center center / 20px 20px;
}

.areaListBox ul li span .fileClose {
    background: url(../img/fileCloseIcon.png) no-repeat center center / 20px 20px;
}

.areaListBox ul li p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 66px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.areaListBox ul li p i {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/masIcon.png) no-repeat center center / 20px 20px;
}

.areaListBox ul li p:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.areaListBox ul li .childAc {
    background-color: rgba(255, 255, 255, 0.2);
}

.topRightBox {
    position: absolute;
    width: auto;
    height: 90px;
    top: 0;
    right: 0;
    z-index: 9999;
    /* background-color: antiquewhite; */
}

.topRightBox .exitBtnBox {
    width: 160px;
    height: 100%;
    float: right;
    position: relative;
    cursor: pointer;
}

.topRightBox .exitBtnBox p {
    width: 114px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 10px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 12px #357be7 inset;
    background-color: #1B2857;
    border: 1px solid #357BE7;
    /* background: url(../img/detailBg.png) no-repeat center center / 100% 100%; */
}

.topRightBox .exitBtnBox p:hover {
    background-color: #028cc3;
}

.topRightBox .exitBtnBox p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/fanhui.png) no-repeat top center / 14px 16px;
    vertical-align: middle;
}

.topRightBox1 {
    position: absolute;
    width: auto;
    height: 90px;
    top: 0;
    right: 0;
    z-index: 9999;
    right: 130px;
    /* background-color: antiquewhite; */
}

.topRightBox1 .exitBtnBox {
    width: 160px;
    height: 100%;
    float: right;
    position: relative;
    cursor: pointer;
}

.topRightBox1 .exitBtnBox p {
    width: 114px;
    height: 40px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -30%);
    position: absolute;
    border-radius: 10px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 12px #357be7 inset;
    background-color: #1B2857;
    border: 1px solid #357BE7;
}

.topRightBox1 .exitBtnBox p:hover {
    background-color: #028cc3;
}

.topRightBox1 .exitBtnBox p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/fanhui.png) no-repeat top center / 14px 16px;
    vertical-align: middle;
}

.rightTop {
    transform-origin: right top;
}

.leftTop {
    transform-origin: left top;
}

.centcent {
    transform-origin: 0 90px;
}






.layui-layer-shade {
    background-color: rgba(0, 0, 0, 0.5) !important;
}




.domRotate {
    transform: rotateX(0) translate(-50%);
    -webkit-transform: rotateX(0) translate(-50%);
    animation: rotation 1.5s linear infinite;
    -moz-animation: rotation 1.5s linear infinite;
    -webkit-animation: rotation 1.5s ease infinite;
    -o-animation: rotation 1.5s linear infinite;
    transform-origin: center bottom;
}

@keyframes rotation {
    0% {
        -webkit-transform: rotateX(0deg) translate(-50%);
    }

    50% {
        -webkit-transform: rotateX(30deg) translate(-50%);
    }

    100% {
        -webkit-transform: rotateX(0deg) translate(-50%);
    }

}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotateX(0deg) translate(-50%);
    }

    50% {
        -webkit-transform: rotateX(30deg) translate(-50%);
    }

    100% {
        -webkit-transform: rotateX(0deg) translate(-50%);
    }

}



.tdt-infowindow-content-wrapper,
.tdt-infowindow-tip {
    box-shadow: none;
}



.exitDialog {
    width: 350px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5001;
}

.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 #357be7 inset;
    background-color: #1B2857;
    border: 1px solid #357BE7;
}

.exitDialog .btnBox .confirmBtn {
    /* background-color: #f13030;
    border: 1px solid #f13030; */
    box-shadow: 0px 0px 12px #357be7 inset;
    background-color: #1B2857;
    border: 1px solid #357BE7;
}

.exitDialog .btnBox em:hover {
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: rgba(0, 170, 255, 1);

}

.exitDialog .btnBox .confirmBtn:hover {
    /* background-color: #ce0c0c;
    border: 1px solid #ce0c0c; */
    background-color: rgba(0, 170, 255, 1);
}

.maskBox {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5000;
    position: absolute;
    left: 0;
    top: 0;
}

.tdt-label {
    box-shadow: none;
}


/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 火狐 */
input[type="number"] {
    -moz-appearance: textfield;
}



.dialogBox .popIframeBox {
    width: 380px;
    height: 285px;
    margin: 0 auto;
    float: left;
    padding: 10px;
}

/* 切换地图图层按钮 */



.changeMapBtn {
    position: absolute;
    border: 1px solid #357BE7;
    background-color: #1B2857;
    z-index: 9;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px #357be7 inset;
    border-radius: 4px;
}

    .changeMapBtn ul {
        display: flex;
        flex-flow: row nowrap;
    }

        .changeMapBtn ul li {
            height: 30px;
            line-height: 30px;
            padding: 0 8px;
            cursor: pointer;
            color: #fff;
        }

            .changeMapBtn ul li:hover {
                background-color: rgb(4, 145, 215)
            }

        .changeMapBtn ul .mapSelAc {
            background-color: rgb(4, 145, 215)
        }

.dataCenterChangeBtn {
    right: 50px;
    top: 30px;
}

.homeChangeBtn {
    right: 570px;
    top: 160px;
}

.farmlandChangeBtn {
    right: 510px;
    top: 180px;
}