.bg {
    background: url(../../../static/images/dataView/bg.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}

/* .content-item {
    background: rgba(10, 43, 89, 0.30);
    border: 1px solid #0a2b59;
} */

.bluebg {
    background: url(../../../static/images/dataView/bg.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.hicbg {
    background: url(../../../static/images/dataView/main-bg.jpg) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.hicDemobg {
    background: url(../../../static/images/dataView/bg.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.tecbg {
	/* background: url(../../../resources/images/dataView/tec.png) no-repeat 50% 50%; */
	/* background-color: #377b54; */
	background-color: #0FDFFF;
    background-size: 100% 100%;
}

.hic-content-item {
    /* background: rgba(10,13,84, 0.5); */
    /* border: 1px solid #03218a; */
}

.blue-content-item {
    /* background: rgba(10,13,84, 0.5); */
    background: #0a0d54;
    border: 1px solid #003E2D;
    /* border: 1px solid #03218a; */
}

.greenbg {
    background: url(../../../static/images/dataView/greenBg.jpg) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.green-content-item {
    background: rgba(0,62,45, 0.71);
    border: 1px solid #003E2D;
}


.winClose{
	position: absolute;
	background: url(../../../static/images/common/close.png) no-repeat center center;
	background-size: cover;
	/* right: 0px;
    top: 0px; */
    right: -22px;
    top: -24px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 999;
}

.bigdata-sepline-rt.stp, .bigdata-sepline-lf.stp {
    top: 20%;
    bottom: auto;
    height: 35%;
}
.bigdata-sepline-rt {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-right: 1px solid #0da2e7;
    height: 70%;
}

.bigdata-sepline-rt.sdn, .bigdata-sepline-lf.sdn {
    height: 15%;
}

.bigdata-sepline-dn {
    position: absolute;
    left: 5px;
    right: 5px;
    border-top: 1px solid #0da2e7;
    /* width: 100%; */
}

.bigdata-conner-rt {
    position: absolute;
    right: -1px;
    bottom: 0px;
    border-right: 3px solid #4dd1f4;
    height: 20px;
    z-index: 99;
}

.bigdata-conner-rt.bt {
	position: absolute;
    right: -1px;
    bottom: 0px;
    border-right: 3px solid #4dd1f4;
    height: 20px;
    z-index: 99;
}

.bigdata-conner-dn {
    position: absolute;
    right: 0px;
    bottom: -1px;
    border-top: 3px solid #4dd1f4;
    width: 20px;
    z-index: 99;
}

.bigdata-conner-dn.bt {
    position: absolute;
    right: -20px;
    bottom: -1px;
    border-top: 3px solid #4dd1f4;
    width: 20px;
    z-index: 99;
}

.bigdata-conner-dn.bt {
    position: absolute;
    right: -20px;
    bottom: -1px;
    border-top: 3px solid #4dd1f4;
    width: 40px;
    z-index: 99;
}

.bigdata-sepline-dashed {
    height: 30%;
    overflow: hidden;
    position: absolute;
    right: -2px;
    bottom: 15%;
    line-height: 10%;
}

.bigdata-sepline-dashed>span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0da2e7;
    margin: 20px 0px;
}

.layui-layer-nobg {
   background: rgb(6, 15, 65) !important;
}