@charset "utf-8";
/***** testing ****/
.testing {
	position: absolute;
	width: 100%;
	height: calc(100% - 13rem);
	padding: 2rem 0 0;
	color: #FFFFFF;
}

.testing-h {
	height: calc(100% - 4rem);
}

.testing-he {
	height: calc(100% - 2rem);
}
.testing-b {
	border: 0.1rem solid #42A7FF;
	box-shadow: 0 0 8px #042df1;
}
.testing-hide {
	overflow-y: auto;
}
.testing-hide::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 0.4rem;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.testing-hide::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 0.4rem;
	box-shadow: inset 0 0 0.4rem #03E9F7;
	background: #03E9F7;
}

.testing-hide::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* box-shadow: inset 0 0 0.4rem #03E9F7; */
	border-radius: 0.4rem;
}

.testing-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;
}

.testing-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;
}

.testing-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;
}

.testing-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;
}

.testing-c {
	position: relative;
	width: 38%;
	height: calc(60% + 0.4rem);
	margin: 0 auto;
}
.testing-ct {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 18%;
}
.testing-ct-li {
	display: flex;
	justify-content: center;
	width: 49%;
	padding: 0.8rem 0;
	background: rgba(22,208,255,0.15);
	box-shadow: 0px 0px 10px rgb(22 208 255 / 20%) inset;
}
.testing-ct-img {
	width: 2.4rem;
	height: 2.4rem;
}
.testing-ct-t {
	padding: 0.1rem 0.5rem;
	font-size: 0.9rem;
}
.testing-ct-t span {
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFFF00;
}
.testing-cc {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 18%;
	margin: 1rem 0;
	background: rgba(22,208,255,0.15);
	box-shadow: 0px 0px 10px rgb(22 208 255 / 20%) inset;
}
.testing-day-t {
	position: relative;
	top: -0.1rem;
	margin: 0 1rem 0 0;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
}

.testing-day {
	display: flex;
	align-items: center; 
	padding: 0 1rem;
	text-align: center;
	white-space:nowrap;
}

.testing-day span {
	display: inline-block;
	width: 1.6rem;
	margin: 0 0.3rem;
	border: 0.1rem solid #42A7FF;
	border-radius: 0.1rem;
	font-size: 2rem;
	font-family: myFirstFont;
	font-weight: bold;
	color: #FFFF00;
}
.testing-cb {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: calc(64% - 2rem);
}
.testing-cb-li {
	width: calc(49% - 2rem);
	padding: 0.5rem 1rem;
	background: rgba(22,208,255,0.15);
	box-shadow: 0px 0px 10px rgb(22 208 255 / 20%) inset;
}
.testing-cb-lit {
	padding: 0 0 0.3rem 0;
	font-size: 1rem;
	font-weight: bold;
	color: #03e9f7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.testing-cb-lic {
	height: 82%;
	font-size: 0.6rem;
}
.testing-cb-lic  {
	font-size: 0.6rem;
	text-indent: 2em;
}

.testing-t {
	position: absolute;
	top: 2rem;
	left: 0;
	width: 100%;
	height: calc(60% - 1rem);
}
.testing-tl {
	position: absolute;
	top: 0;
	left: 2.3%;
	width: calc(31% - 4.3%);
	height: 100%;
	
}
.testing-tr {
	position: absolute;
	top: 0;
	right: 2.3%;
	width: calc(31% - 4.3%);
	height: 100%;
	
}
.testing-t-h {
	padding: 0.8rem 0 0 1rem;
	font-size: 1rem;
	font-weight: bold;
	color: #03e9f7;
}

.main-gas {
	height: 7.7rem;
	padding: 0.5rem 1rem 0.5rem;
}
.main-gas ul {
	position: relative;
	left: -0.5rem;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 0.4rem);
	height:7.7rem;
	overflow-y: auto;
}
.main-gas li {
	width: calc(33.33% - 1.1rem);
	height: 2.7rem;
	min-height: 44px;
	padding: 0.3rem;
	background: linear-gradient(180deg, #2F74FF, #48A7FF);
	border-radius: 0.2rem;
	margin: 0.5rem 0 0 0.5rem;
	overflow: hidden;
}
.main-gas li div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main-gas li:nth-child(1),.main-gas li:nth-child(9) {
	background: linear-gradient(180deg, #B82FFF, #D648FF);
}
.main-gas li:nth-child(2),.main-gas li:nth-child(10) {
	background: linear-gradient(180deg, #6F2FFF, #9A48FF);
}
.main-gas li:nth-child(3),.main-gas li:nth-child(11) {
	background: linear-gradient(180deg, #2F74FF, #48A7FF);
}
.main-gas li:nth-child(4),.main-gas li:nth-child(12) {
	background: linear-gradient(180deg, #00B297, #00D9D6);
}
.main-gas li:nth-child(5),.main-gas li:nth-child(13) {
	background: linear-gradient(180deg, #D5A000, #FCB610);
}
.main-gas li:nth-child(6),.main-gas li:nth-child(14) {
	background: linear-gradient(180deg, #F0930D, #FFA922);
}
.main-gas li:nth-child(7),.main-gas li:nth-child(15) {
	background: linear-gradient(180deg, #F66443, #FF7A40);
}
.main-gas li:nth-child(8),.main-gas li:nth-child(16) {
	background: linear-gradient(180deg, #F24274, #F7579F);
}

.main-gas li .li-h {
	font-size: 0.6rem;
	color: rgba(255,255,255,0.8);
}
.main-gas li .li-c {
	font-size: 0.6rem;
	text-align: center;
}
.main-gas li .li-c span {
	font-family: myFirstFont;
	font-size: 0.9rem;
	font-weight: bold;
	color: #ffff00;
}
.main-gas4 li {
	width: calc(50% - 1.1rem);
}
.main-gas8 li {
	width: calc(25% - 1.1rem);
}

.testing-x {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(40% - 3rem);
}
.testing-xl {
	position: absolute;
	left: 2.3%;
	top: 0;
	width: calc(49% - 2.3%);
	height: 100%;
}
.testing-xr {
	position: absolute;
	right: 2.3%;
	top: 0;
	width: calc(49% - 2.3%);
	height: 100%;
}

.testing-table-c {
	padding: 1rem;
	text-align: center;
}
.testing-table-cth {
	background: rgba(22,208,255,0.15);
	box-shadow: 0px 0px 10px rgb(22 208 255 / 20%) inset;
	color: #03e9f7;
}
.testing-table-cth table tr {
}
.testing-table-cth table tr th {
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #03e9f7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.testing-table-ctd {
	height: 6.8rem;
}
.testing-t .testing-table-ctd {
	height: 6.4rem;
}
.testing-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;
}
/* .testing-table-ctd  tr td {
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.65rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.testing-table-ctd-time {
	display: block;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.testing-table-ctd-span {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.testing-table-cth-time {
	display: block;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.testing-table-ctd-name {
	display: block;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.testing-table-ctd-sos {
	display: block;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (max-width: 1350px) { 
	.testing-table-ctd-time {
		font-size: 0.6rem;
	}
	.testing-table-ctd-span {
		font-size: 0.6rem;
	}
	.testing-table-cth-time {
		width: 4.5rem;
		font-size: 0.6rem;
	}
	.testing-table-ctd-name {
		width: 3.8rem;
		font-size: 0.6rem;
	}
	.testing-table-ctd-sos {
		width: 11rem;
		font-size: 0.6rem;
	}
} 
@media screen and (min-width: 1500px) { 
	.testing-table-ctd-time {
		width: auto;
	}
	.testing-table-cth-time {
		width: auto;
	}
	.testing-table-ctd-name {
		width: auto;
	}
	.testing-table-ctd-sos {
		width: auto;
	}
} 
.testing-table-ctd  tr:hover {
	background: rgba(22,208,255,0.1);
}
.testing-table-ctd  tr:hover td,.testing-table-ctd  tr:hover .testing-table-ctd-time  {
	color: #FFFF00;
} */

.testing-table-ctd tr td {
	height: 0.9rem;
	line-height: 0.9rem;
	padding: 0.3rem 0;
	font-size: 0.65rem;
}
.testing-table-ctd span {
	width: 90%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.main-table-c td span {
	text-overflow: ellipsis;
}
.testing-table-ctd  tr:hover {
	background: rgba(22,208,255,0.1);
}
.testing-table-ctd  tr:hover td  {
	color: #FFFF00;
}
@media screen and (max-width: 1300px) { 
	.testing-table-ctd span {
		font-size: 12px;
	}
} 
.main-hide::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 0.4rem;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.main-hide::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 0.4rem;
	box-shadow: inset 0 0 0.4rem #03E9F7;
	background: #03E9F7;
}

.main-hide::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* box-shadow: inset 0 0 0.4rem #03E9F7; */
	border-radius: 0.4rem;
}

/***** testing end ****/
