@charset "utf-8";
/***** progress ****/
.progress {
	position: absolute;
	width: 100%;
	height: calc(100% - 13rem);
	padding: 2rem 0 0;
	color: #FFFFFF;
}

.progress-h {
	height: calc(100% - 4rem);
}

.progress-he {
	height: calc(100% - 2rem);
}
.progress-t {
	position: relative;
	width: calc(100% - 4.6%);
	height: 53%;
	margin: 0 auto;
}
.progress-b {
	border: 0.1rem solid #42A7FF;
	box-shadow: 0 0 8px #042df1;
}
.progress-hide {
	overflow: auto;
}
.progress-hide::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 0.4rem;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 0.4rem;
}

.progress-hide::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 0.4rem;
	box-shadow: inset 0 0 0.4rem #03E9F7;
	background: #03E9F7;
}

.progress-hide::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* box-shadow: inset 0 0 0.4rem #03E9F7; */
	border-radius: 0.4rem;
}

.progress-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;
}

.progress-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;
}

.progress-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;
}

.progress-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;
}

.progress-tc {
	width: calc(100% - 2.9rem);
	height: calc(100% - 3rem);
	padding: 1.5rem;
}
.progress-tc-c {
	position: relative;
	display: flex;
	justify-content: center;
	height: 6rem;
}
.progress-tc-c:not(:nth-child(1)){
  margin: 3.5rem 0 0 0;
}
.progress-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;
}
.progress-tc-clc {
	background: url(../img/tunnel-lc.png) center no-repeat;
	background-size: 100% 100%;
}
.progress-tc-cc {
	position: relative;
	background: url(../img/tunnel-c.png) center repeat-x;
	background-size: 100% 100%;
	width: calc(100% - 3.9rem);
	height: 100%;
}
.progress-tc-ccc {
	position: absolute;
	background: url(../img/tunnel-cc.png) center repeat-x;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}
.progress-tc-ccc-l,.progress-tc-ccc-c {
	position: absolute;
	top: 0.4rem;
	left: 10%;
	height: calc(100% - 0.8rem);
	width: 0;
	margin-left: -0.1rem;
	border-right: 0.1rem dashed #037aff;
	white-space: nowrap;
	z-index: 99;
}
.progress-tc-ccc-c {
	left: 50%;
	border-right: 0.1rem dashed #5842ff;
}
.progress-tc-ccc-a {
	position: absolute;
	top: 0.4rem;
	right: 0.1rem;
	height: calc(100% - 0.8rem);
	width: 0;
	margin-left: -0.1rem;
	border-right: 0.1rem dashed #ff6161;
	white-space: nowrap;
	z-index: 99;
}
.progress-tc-ccc-l div,.progress-tc-ccc-c div,.progress-tc-ccc-a div,.progress-tc-ccc-b div {
	position: absolute;
	top: 50%;
	right: -100%;
	padding: 0.2rem;
	margin-right: -0.05rem;
	background: linear-gradient(90deg, #55abff, #037aff);
	border-radius: 0.2rem;
	text-align: center;
	transform: translate(0,-50%);
}
.progress-tc-ccc-c div {
	background: linear-gradient(90deg, #7a93ff, #5842ff);
}
.progress-tc-ccc-a div {
	top: 0;
	background: linear-gradient(90deg, #ff744c, #ff6161);
	transform: translate(0,-65%);
}
.progress-tc-ccc-a div b {
	font-weight: bold;
	color: #FFFF00;
}
.progress-tc-ccc-b div b {
	color: #FFFF00;
}
.progress-tc-ccc-l:hover ,.progress-tc-ccc-c:hover,.progress-tc-ccc-a:hover,.progress-tc-ccc-b:hover {
	z-index: 999;
}
.progress-tc-ccc-b {
	position: absolute;
	top: 0;
	background: url(../img/tunnel-ccc.png) center repeat-x;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}
.progress-tc-ccc-b div {
	position: absolute;
	top: 100%;
	right: 50%;
	padding: 0.2rem;
	background: linear-gradient(90deg, #4ac500, #59b500);
	white-space: nowrap;
	transform: translate(50%,-80%);
	z-index: 120;
}
.progress-tc-ccc-t {
	position: relative;
	top: 50%;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #1a8aff;
	transform: translate(0,-50%);
}
.progress-tc-ccc-t span {
	font-size: 1.2rem;
}
.progress-tc-ccc-r {
	position: absolute;
	top: 0;
	left: 100%;
	background: url(../img/tunnel-m.png) center no-repeat;
	background-size: 100% 100%;
	width: 2.5rem;
	width: 1.5rem\0;
	height: 100%;
	height: calc(100% - 2rem)\0;
	line-height: 1.8rem;
	line-height: 1rem\0;
	margin-left: -0.1rem;
	padding: 1rem 0.5rem\0;
	text-align: center;
	writing-mode: vertical-lr;
	letter-spacing: 0.2rem;
	z-index: 99;
}

.progress-tc-cr {
	position: absolute;
	right: 0;
	background: url(../img/tunnel-r.png) center no-repeat;
	background-size: 100% 100%;
	width: 2rem;
	height: 100%;
}
.progress-tc-crc {
	background: url(../img/tunnel-rc.png) center no-repeat;
	background-size: 100% 100%;
}
.progress-tc-cct {
	position: absolute;
	top: 0.5rem;
	font-size: 0.6rem;
	color: #333;
	opacity: 0.5;
}
.progress-tc-cc ul {
	position: absolute;
	top: 100%;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.progress-tc-cc ul li {
	position: relative;
	display: block;
	width: 0.1rem;
	height: 0.5rem;
	background: #FFFF00;
}
.progress-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;
}

.progress-c {
	height: calc(47% - 1.5rem);
	margin: 1.5rem 0 0 0;
}
.progress-cl {
	position: absolute;
	left: 2.3%;
	width: calc(46.5% - 0.8rem);
	height: calc(47% - 2.5rem);
	padding: 0.5rem;
	background: rgba(22,208,255,0.15);
	box-shadow: 0px 0px 10px rgb(22 208 255 / 20%) inset;
}
.progress-cr {
	position: absolute;
	left: inherit;
	right: 2.3%;
	width: calc(46.5% - 0.8rem);
	height: calc(47% - 2.5rem);
	padding: 0.5rem;
	background: rgba(22,208,255,0.15);
	box-shadow: 0px 0px 10px rgb(22 208 255 / 20%) inset;
}
.progress-cl table {
	border: 0.5rem solid rgba(255, 116, 76, 0);
}
.progress-cl table th {
	border: 0.5rem solid rgba(255, 116, 76, 0);
}
.progress-cl div.div0 {
	position: relative;
	display: inline-block;
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	background: linear-gradient(45deg, rgba(255, 97, 97, 0.85), rgba(255, 116, 76, 0.85));
	border-radius: 0.5rem;
	padding: 1rem;
	font-size: 0.8rem;
	text-align: left;
	white-space: nowrap;
}
.progress-cl div.div0 span {
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFFF00;
}
.progress-cl div.div1 {
	background: linear-gradient(45deg, rgba(255, 97, 97, 0.85), rgba(255, 116, 76, 0.85));
	text-align: center;
}
.progress-cl div.div1 .div1-t {
	white-space: normal;
}
.progress-cl div.div1 .div1-c {
	padding: 1rem 0 0;
	font-size: 2.4rem;
}
.progress-cl div.div1 .div1-c span {
	font-size: 3rem;
}
.progress-cl div.div1 .div1-b {
	font-size: 1.4rem;
}
.progress-cl div.div2 {
	background: linear-gradient(45deg, rgba(255, 141, 49, 0.85), rgba(255, 155, 43, 0.85));
}
.progress-cl div.div3 {
	background: linear-gradient(45deg, rgba(89, 181, 0, 0.85), rgba(74, 197, 0, 0.85));
}
.progress-cl div.div4 {
	background: linear-gradient(45deg, rgba(212, 14, 214, 0.85), rgba(231, 13, 226, 0.85));
}
.progress-cl div.div5 {
	background: linear-gradient(45deg, rgba(93, 93, 255, 0.85), rgba(86, 102, 255, 0.85));
}
.progress-cl div.div6 {
	background: linear-gradient(45deg, rgba(0, 138, 210, 0.85), rgba(9, 151, 242, 0.85));
}
.progress-cl i {
	position: absolute;
	top: 50%;
	right: 1rem;
	display: inline-block;
	width: 3rem;
	height: 3rem;
	opacity: 0.3;
	transform: translate(0,-50%);
}
/***** progress end ****/
