@charset "utf-8";
/***** location ****/
.location {
	position: absolute;
	width: 100%;
	height: calc(100% - 13rem);
	padding: 2rem 0 0;
	color: #FFFFFF;
}

.location-h {
	height: calc(100% - 4rem);
}

.location-he {
	height: calc(100% - 2rem);
}
.location-t {
	position: relative;
	width: calc(100% - 4.6%);
	height: 53%;
	margin: 0 auto;
}
.location-b {
	border: 0.1rem solid #42A7FF;
	box-shadow: 0 0 8px #042df1;
}
.location-hide {
	overflow-y: auto;
}
.location-hide::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 0.4rem;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.location-hide::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 0.4rem;
	box-shadow: inset 0 0 0.4rem #03E9F7;
	background: #03E9F7;
}

.location-hide::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* box-shadow: inset 0 0 0.4rem #03E9F7; */
	border-radius: 0.4rem;
}

.location-b-t {
	position: absolute;
	top: -0.05rem;
	left: -0.05rem;
	width: 1rem;
	height: 1rem;
	border-left: 0.1rem solid #03E9F7;
	border-top: 0.1rem solid #03E9F7;
}

.location-b-r {
	position: absolute;
	right: -0.05rem;
	top: -0.05rem;
	width: 1rem;
	height: 1rem;
	border-right: 0.1rem solid #03E9F7;
	border-top: 0.1rem solid #03E9F7;
}

.location-b-b {
	position: absolute;
	right: -0.05rem;
	bottom: -0.05rem;
	width: 1rem;
	height: 1rem;
	border-right: 0.1rem solid #03E9F7;
	border-bottom: 0.1rem solid #03E9F7;
}

.location-b-l {
	position: absolute;
	left: -0.05rem;
	bottom: -0.05rem;
	width: 1rem;
	height: 1rem;
	border-left: 0.1rem solid #03E9F7;
	border-bottom: 0.1rem solid #03E9F7;
}
.location-tc {
	width: 100%;
	height: 100%;
}
.location-tc-c {
	position: relative;
	display: flex;
	justify-content: center;
	height: 6rem;
}
.location-tc-c:not(:nth-child(1)){
  margin: 3.5rem 0 0 0;
}
.location-tc-cl {
	position: absolute;
	left: 0;
	background: url(../img/tunnel-l.png) center no-repeat;
	background-size: 100% 100%;
	width: 2rem;
	height: 100%;
	z-index: 2;
}
.location-tc-cc {
	position: relative;
	background: url(../img/tunnel-c.png) center repeat-x;
	background-size: 100% 100%;
	width: calc(100% - 3.9rem);
	height: 100%;
}
.location-tc-cr {
	position: absolute;
	right: 0;
	background: url(../img/tunnel-r.png) center no-repeat;
	background-size: 100% 100%;
	width: 2rem;
	height: 100%;
}
.location-tc-cct {
	position: absolute;
	top: 0.5rem;
	font-size: 0.6rem;
	color: #333;
	opacity: 0.5;
}
.location-tc-cci {
	position: absolute;
	top: 2rem;
	left: 3%;
	width: 1rem;
	height: 1rem;
	margin: -0.5rem 0 0 -0.5rem;
	z-index: 9;
}
.location-tc-cci span {
	position: absolute;
	top: -1.3rem;
	left: 50%;
	width: auto;
	padding: 0.1rem 0.2rem;
	transform: translate(-50%,0);
	background: #42a7ff;
	border-radius: 0.2rem;
	white-space: nowrap;
}
.location-tc-cci:hover {
	z-index: 99;
}
.location-tc-cc ul {
	position: absolute;
	top: 100%;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.location-tc-cc ul li {
	position: relative;
	display: block;
	width: 0.1rem;
	height: 0.5rem;
	background: #FFFF00;
}
.location-tc-cc ul li span {
	position: absolute;
	top: 100%;
	left: -50%;
	display: block;
	margin: 0 0 0 -50%;
	transform:translate(-50%,0);
	font-size: 0.6rem;
	color: #FFFF00;
	white-space: nowrap;
}

.location-c {
	height: calc(47% - 1.5rem);
	margin: 1.5rem 0 0 0;
}
.location-cl {
	position: absolute;
	left: 2.3%;
	width: calc(46.5% - 2rem);
	height: calc(47% - 3.5rem);
	padding: 0 1rem 1rem;
}
.location-clc {
	display: flex;
	justify-content: space-between;
}
.location-clc-l {
	width: 35%;
}
.location-clc-r {
	width: 62%;
}
.location-clc-h {
	height: 2.8rem;
	line-height: 2.8rem;
	font-size: 1rem;
	font-weight: bold;
	color: #03e9f7;
}
.location-clc-h span {
	color: #FFFF00;
}
.location-cr {
	position: absolute;
	right: 2.3%;
	width: calc(46.5% - 2rem);
	height: calc(47% - 3.5rem);
	padding: 0 1rem 1rem;
}
.location-clc-lc {
	display: flex;
	display: block\0;
	flex-wrap: wrap;
	/* word-break: normal; */
	justify-content: space-between;
	height: 11.3rem;
	padding: 0.5rem 0 0 0;
}
.location-staff {
	display: inline-block;
	width: calc(50% - 0.3rem);
	height: 2.1rem;
	padding: 0.5rem 0;
	margin-bottom: 0.6rem;
	box-shadow: 0px 0px 10px #42A7FF inset;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.location-staff:nth-last-child(1) {
	margin-left: 0.4rem\0;
}
.location-staff:first-child {
	margin-left: 0;
}
.location-staff:nth-child(odd) {
	margin-left: 0;
}

.location-staff span {
	font-size: 1rem;
	font-weight: bold;
	color: #FFFF00;
}
.location-table-c {
	text-align: center;
}
.location-table-cth {
	background: rgba(22,208,255,0.15);
	box-shadow: 0px 0px 10px rgb(22 208 255 / 20%) inset;
	color: #03e9f7;
}
.location-table-cth table tr {
}
.location-table-cth table tr th {
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.8rem;
	font-weight: bold;
	color: #03e9f7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.location-table-ctd {
	height: 10rem;
}
.location-table-ctd tr {
	margin: 0 0 0.1rem 0;
	background: rgba(22,208,255,0.05);
	box-shadow: 0px 0px 10px rgb(22 208 255 / 20%) inset;
	color: #03e9f7;
}
.location-table-ctd tr td {
	height: 0.9rem;
	line-height: 0.9rem;
	padding: 0.3rem 0;
	font-size: 0.65rem;
}
.location-table-ctd span {
	width: 90%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.main-table-c td span {
	text-overflow: ellipsis;
}
.location-table-ctd  tr:hover {
	background: rgba(22,208,255,0.1);
}
.location-table-ctd  tr:hover td  {
	color: #FFFF00;
}
@media screen and (max-width: 1300px) { 
	.location-table-ctd span {
		font-size: 12px;
	}
} 
.location-table-ctd  tr.act:hover,.location-table-ctd  tr.act {
	box-shadow: none;
	background: rgba(0,19,120,0.5);
	color: #FFFF00;
}
/***** location end ****/
