* {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 !important;
}

html {
	min-width: 1440px;
	min-height: 700px;
}

body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	overflow: auto;
}



.data_bodey {
	width: 100%;
	height: 100%;
	background-color: #020822;
	position: absolute;
	background-image: url('/assets/img/dashboard/u0_state0.jpg');
	*/ background-repeat: no-repeat;
	background-position: center;
}

.index_nav {
	width: 100%;
	height: 130px;
	background-image: url('/assets/img/dashboard/u1.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0px;
	color: #fff;
}



.index_main {
	width: 100%;
	position: absolute;
	top: 130px;
	bottom: 0px;
}

.index_main .left {
	width: 450px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 10px;
	bottom: 0px;
	background-color: rgba(5, 17, 56, 0.5);
	color: #fff;
}

.index_main .left {
	width: 450px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 10px;
	bottom: 0px;
	background-color: rgba(5, 17, 56, 0.5);
	color: #fff;
}

.index_main .left .layui-table-header>.layui-table th {
	color: #1df9fc;
}


.index_main .left .layui-table-body>.layui-table td {
	/* font-weight: bold; */
	color: #FFF;
	font-size: 22px;

}

.index_main .left .layui-table-body>.layui-table tr {}

.index_main .left .layui-table-body>.layui-table tr:nth-of-type(odd) {}

.index_main .left .animation {
	-webkit-animation: mymove 2s infinite;
}

@-webkit-keyframes mymove {
	50% {
		opacity: 0;
	}
}

/* Standard syntax */
@keyframes mymove {
	50% {
		opacity: 0;
	}
}

.index_main .right {
	width: 450px;
	position: absolute;
	top: 0px;
	right: 10px;
	bottom: 0px;
	background-color: rgba(5, 17, 56, 0.5);
}

.index_main .right .layui-table-body>.layui-table td a {
	color: #ecf0f1;
}

.index_main .right .layui-table-body>.layui-table td a:hover {
	color: #95a5a6;
}

.index_main .right .layui-table-header>.layui-table tr {
	background: transparent;
}

.index_main .right .layui-table-body>.layui-table tr {
	background: transparent;
}

.index_main .right .layui-table-body>.layui-table tr:nth-of-type(odd) {
	background-color: #152b4d;
}


.index_main .centre {
	position: absolute;
	top: 0px;
	left: 470px;
	right: 470px;
	bottom: 150px;
}

.index_main .bottom {
	position: absolute;
	height: 160px;
	left: 470px;
	right: 470px;
	bottom: 0px;
	background-color: rgba(5, 17, 56, 0.5);
	z-index: 9999;
}

.layui-table {
	background-color: unset;

}


.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
	border: unset;
	color: #fff;
}

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
	background-color: unset;
}



/* .layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover {
    background-color: transparent;
    cursor: pointer;
    color: #FFF !important;
    font-weight: bold !important;
    
}

.layui-table > thead > tr {
    background: transparent;
}


.layui-table-header > .layui-table tr {
    background-color: #004578;
}


.layui-table-body > .layui-table td {
    
	color: #FFF;
	font-size: large;
}
.layui-table-body > .layui-table tr {
    
	background-color: #004578;
}
.layui-table-body > .layui-table tr:nth-of-type(odd) {
    
	background-color: #00518c;
} */

.build_info {
	background-color: unset;
	border-bottom: 1px solid #004578;
}

.build_info i {
	font-size: 36px;
	color: #0b9e9e;
	float: left;
}

.build_info .card {
	float: left;
	color: #fff;
	margin-left: 10px;
}

.build_info .t {
	font-size: small;
	color: #0deadb;
}

.build_info .v {
	font-size: medium;
	height: 28px;
}


.build_floor_info {
	/* width: 100%; */
	height: auto;
	/* background-color: bisque; */
	border-bottom: 1px solid #004578;
	padding-bottom: 35px;
}

.build_floor_info .swiper-h {
	margin-bottom: 16px;
	height: auto;
	text-align: center;
	color: #fff;
}

.build_floor_info .swiper-h .swiper-slide {
	opacity: 0.4;
}

.build_floor_info .swiper-h .swiper-slide-thumb-active {
	opacity: 1;
	border-bottom: 5px solid #0deadb;
}

.build_floor_info .swiper-v .swiper-slide {
	width: 130px;
	border-radius: 15px;
	border: 1px solid #141E30;
	padding: 10px;
	height: auto;
	font-size: 12px;
	color: #fff;
	background: #141E30;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom right, #243B55, #141E30);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom right, #243B55, #141E30);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
