.competition-nav ul{
	padding: 0 6px 4px;
	border-radius: 4px;
	border: 1px solid #F0F0F0;
	display: inline-flex;
	flex-wrap: wrap;
}
.competition-nav li{
	/* width: 54px; */
	/* height: 32px; */
	line-height: 20px;
	text-align: center;
	background: transparent;
	border-radius: 4px;
	min-width: 54px;
	margin-top: 4px;
}
.competition-nav li.active,
.competition-nav li:hover{
	background-color: #0026FF;
	box-shadow: 0px 0px 6px 0px rgba(49,44,43,0.3);
}
.competition-nav li:not(:last-child){
	margin-right: 10px;
}
.competition-nav li a{
    padding: 6px 8px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #312C2B;
	display: block;
}
.competition-nav li.active a,
.competition-nav li:hover a{
	color: #fff;
}
.competition-introduced{
	padding: 30px 0;
	background-color: rgba(250, 251, 255, 1);
}
.competition-introduced .box1{
	margin-top: 30px;
}
.competition-introduced .box1 .box-c{
	display: flex;
	border-radius: 4px;
	border: 1px solid #F0F0F0;
	background-color: #fff;
	min-height: 674px;
}
.competition-introduced .box1 .l{
	width: 180px;
	border-right: 1px solid rgba(240, 240, 240, 1);
	padding: 26px 0;
}
.competition-introduced .box1 .l li{
	position: relative;
}
.competition-introduced .box1 .l li:not(:last-child){
	margin-bottom: 18px;
}
.competition-introduced .box1 .l li:before{
	position: absolute;
	content: "";
	right: -1px;
	top: 0;
	height: 0;
	width: 2px;
	background-color: rgba(0, 38, 255, 1);
	opacity: 1;
	transition: all .6s;
}
.competition-introduced .box1 .l li.active:before,
.competition-introduced .box1 .l li:hover:before{
	height: 100%;
}
.competition-introduced .box1 .l li a{
	padding: 0 30px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	display: block;
}
.competition-introduced .box1 .l li:hover a,
.competition-introduced .box1 .l .active a{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #312C2B;
}
.competition-introduced .box1 .r{
	padding: 26px 30px ;
	flex: 1;
}
.competition-introduced .box1 .r .items{
	display: none;
}
.competition-introduced .box1 .r .items.active{
	display: block;
}
.competition-introduced .box1 .r .items.active .item{
	animation: move3 .5s ease-in-out forwards;
}
@keyframes move3 {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}
.competition-introduced .box1 .r .item .text-box{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #312C2B;
	line-height: 24px;
}
.competition-introduced .box1 .r .item .text-box img{
    max-width: 100%;
}
.competition-introduced .box1 .r .item .text-box .text:not(:last-child){
	margin-bottom: 24px;
}
.competition-introduced .box1 .r .item .video{
	margin-top: 30px;
	background-color: rgba(251, 251, 255, 1);
}
.competition-introduced .box1 .r .item .video video{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.competition-process{
	padding: 30px 0;
	background-color: rgba(250, 251, 255, 1);
}
.competition-process .box1{
	margin-top: 30px;
}
.competition-process .box1 .box-c .list li{
	border-radius: 4px;
	border: 1px solid #F0F0F0;
	background: linear-gradient(270deg, rgba(26,214,217,0.02) 0%, rgba(0,38,255,0.04) 100%);
}
.competition-process .box1 .box-c .list li:hover{
	box-shadow: 5px 5px 20px 0px rgba(49,44,43,0.06);
}
.competition-process .box1 .box-c .list li:not(:last-child){
	margin-bottom: 30px;
}
.competition-process .box1 .box-c .list a{
	display: block;
}
.competition-process .box1 .box-c .list .li-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 80px 24px 30px;
}
.competition-process .box1 .box-c .list .li-t-l{
	width: 800px;
}
.competition-process .box1 .box-c .list .text-title{
	display: inline-flex;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #312C2B;
	line-height: 32px;
	align-items: center;
}
@media (min-width:  1024px) {
  .competition-process .box1 .box-c .list .text-title{
    max-width: calc(100% - 140px - 10px);
  }
}
.competition-process .box1 .box-c .list .text-title label{
	width: 56px;
	height: 22px;
	background: #0026FF;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
}
.competition-process .box1 .box-c .list .text-title span{
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.competition-process .box1 .box-c .list .text-title label.end{
	background-color: rgba(167, 167, 170, 1);
}
.competition-process .box1 .box-c .list .text-des{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.competition-process .box1 .box-c .list .li-t-r{
	text-align: center;
	width: 340px;
}
.competition-process .box1 .box-c .list .money{
	font-size: 32px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #0026FF;
	line-height: 40px;
}
.competition-process .box1 .box-c .list .money-text{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #312C2B;
	line-height: 22px;
	margin-top: 2px;
}
.competition-process .box1 .box-c .list .li-b{
	background: rgba(255,255,255,0.8);
	border-radius: 0px 0px 4px 4px;
	border-top: 1px solid #F0F0F0;
	padding: 14px 30px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
}
.competition-process-d{
	padding: 30px 0;
	background-color: rgba(250, 251, 255, 1);
}
.competition-process-d .box1 .box-t{
	background: linear-gradient(270deg, rgba(26,214,217,0.02) 0%, rgba(0,38,255,0.04) 100%);
	border-radius: 4px;
	border: 1px solid #F0F0F0;
	padding: 24px 30px 28px;
}
.competition-process-d .box1 .box-t .text-title{
	display: flex;
	align-items: center;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #312C2B;
	line-height: 32px;
}
.competition-process-d .box1 .box-t .text-title label{
	width: 56px;
	height: 22px;
	background: #0026FF;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
	margin-left: 10px;
}
.competition-process-d .box1 .box-t .text-title label.end{
	background-color: rgba(167, 167, 170, 1);
}
.competition-process-d .box1 .box-t .btns{
	display: flex;
	justify-content: flex-end;
}
.competition-process-d .box1 .box-t .btns a{
	width: 120px;
	height: 32px;
	line-height: 32px;
	background: #0026FF;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
}
.competition-process-d .box1 .box-t .btns a:hover{
	background-color: rgba(61, 90, 255, 1);
}
.competition-process-d .box1 .box-t .btns a.btn1{
	background-color: rgba(167, 167, 170, 1);
	cursor: not-allowed;
}
.competition-process-d .box1 .box-t .msg{
	display: flex;
}
.competition-process-d .box1 .box-t .msg li{
	display: flex;
	align-items: center;
}
.competition-process-d .box1 .box-t .msg li:not(:last-child){
	margin-right: 50px;
}
.competition-process-d .box1 .box-t .li-l{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #312C2B;
	line-height: 22px;
	margin-right: 10px;
}
.competition-process-d .box1 .box-t .li-r{
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #312C2B;
	line-height: 26px;
}
.competition-process-d .box1 .box-t .li-r span{
	color: #0026FF;
}
.competition-process-d .box1 .box-c{
	margin-top: 30px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #F0F0F0;
}
.competition-process-d .box1 .box-c-t{
	padding: 0 30px;
	display: flex;
	border-bottom: 1px solid rgba(240, 240, 240, 1);
}
.competition-process-d .box1 .box-c-t li{
	position: relative;
}
.competition-process-d .box1 .box-c-t li:not(:last-child){
	margin-right: 30px;
}
.competition-process-d .box1 .box-c-t li:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #0026FF;
	opacity: 0;
}
.competition-process-d .box1 .box-c-t li.active:before,
.competition-process-d .box1 .box-c-t li:hover:before{
	opacity: 1;
}
.competition-process-d .box1 .box-c-t li a{
	display: block;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}
.competition-process-d .box1 .box-c-t li.active a,
.competition-process-d .box1 .box-c-t li:hover a{
	color: rgba(49, 44, 43, 1);
	font-family: PingFangSC-Medium, PingFang SC;
}
.competition-process-d .box1 .box-c-c{
	padding: 26px 30px 43px;
}
.competition-process-d .box1 .box-c-c .title{
	position: relative;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(49, 44, 43, 1);
	line-height: 30px;
	padding-left: 8px;
	margin-bottom: 18px;
}
.competition-process-d .box1 .box-c-c .text-box{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #312C2B;
	line-height: 24px;
}
.competition-process-d .box1 .box-c-c .title::before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 14px;
	background-color: #1AD6D9;
	width: 2px;
}
.competition-process-d .box1 .box-c-c .text-box .text:not(:last-child){
	margin-bottom: 26px;
}
.competition-process-d .box1 .box-c-c .text-box:not(:last-child){
	margin-bottom: 30px;
}
.competition-process-d .box1 .box-c-c .text-box .date{
	color: #0026FF;
}
.competition-process-d .box1 .box-c-c .text-box .lighter{
	color: rgba(153, 153, 153, 1);
}
.competition-process-d .box1 .box-c-c .items{
	display: none;
}
.competition-process-d .box1 .box-c-c .items.active{
	display: block;
}
.competition-process-d .box1 .box-c-c .items.active .item{
	animation: move3 .5s ease-in-out forwards;
}
.competition-process-d .box1 .box-c-c .items.active .item pre{
    white-space:break-spaces;
        word-break: break-all;
}
.competition-process-d .box1 .box-c-c .items.active .item img{
    max-width:100%;
}
.elegant-demeanour{
	padding: 30px 0;
	background-color: #FAFBFF;
}
.elegant-demeanour .box1{
	margin-top: 30px;
}
.elegant-demeanour .box1 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.elegant-demeanour .box1 .box-c .list li,
.elegant-demeanour .box1 .box-c .list i{
	width: 31.62%;
}
.elegant-demeanour .box1 .box-c .list li{
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
}
.elegant-demeanour .box1 .box-c .list li .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	background: rgba(49,44,43,0.8);
	border-radius: 0px 0px 4px 4px;
	backdrop-filter: blur(2px);
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	opacity: 0;
}
.elegant-demeanour .box1 .box-c .list li:hover .text{
	opacity: 1;
}
@media (max-width:1280px) {
	.competition-process .box1 .box-c .list .li-t{
		padding: 24px 30px;
	}
	.competition-process .box1 .box-c .list .li-t-l{
		flex: 1;
		margin-right: 30px;
	}
}
@media (max-width:1024px) {
	.competition-process .box1 .box-c .list .money{
		font-size: 26px;
	}
	.competition-process .box1 .box-c .list .text-title,
	.competition-process-d .box1 .box-t .text-title{
		font-size: 22px;
	}
	.competition-introduced .box1 .l{
		width: 140px;
	}
	.competition-introduced .box1 .l li a{
		padding: 0 15px;
	}
	.competition-process-d .box1 .box-t{
		display: flex;
		flex-direction: column;
	}
	.competition-process-d .box1 .box-t .text-title{
		order: 1;
	}
	.competition-process-d .box1 .box-t .msg{
		order: 2;
		margin: 5px 0 10px;
	}
	.competition-process-d .box1 .box-t .btns{
		order: 3;
	}
}
@media (max-width:768px) {
	.competition-process .box1 .box-c .list .li-t{
		padding: 20px 15px;
	}
	.competition-process .box1 .box-c .list .li-b{
		padding: 10px 15px;
	}
	.competition-process .box1 .box-c .list .text-title label,
	.competition-process-d .box1 .box-t .text-title label{
		font-size: 12px;
		height: 20px;
		line-height: 20px;
	}
	.competition-process .box1 .box-c .list .text-title,
	.competition-process-d .box1 .box-t .text-title{
		font-size: 20px;
	}
	.competition-process .box1 .box-c .list .text-des{
		margin-top: 6px;
	}
	.elegant-demeanour .box1 .box-c .list li{
		margin-bottom: 20px;
	}
	.elegant-demeanour .box1,
	.competition-process .box1{
		margin-top: 20px;
	}
	.elegant-demeanour .box1 .box-c .list li, .elegant-demeanour .box1 .box-c .list i{
		width: 48.3%;
	}
	.competition-introduced .box1{
		margin-top: 20px;
	}
	.competition-introduced .box1 .box-c{
		flex-direction: column;
	}
	.competition-introduced .box1 .l{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(240, 240, 240, 1);
		padding: 15px 0;
	}
	.competition-introduced .box1 .l ul{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.competition-introduced .box1 .l li:not(:last-child){
		margin-bottom: 0;
	}
	.competition-introduced .box1 .l li:before{
		display: none;
	}
	.competition-process-d .box1 .box-t .msg{
		flex-wrap: wrap;
	}
	.competition-process-d .box1 .box-t .msg li:not(:last-child){
		margin-right: 30px;
	}
	.competition-process-d .box1 .box-t{
		padding: 20px;
	}
	.competition-process-d .box1 .box-c{
		margin-top: 20px;
	}
	.competition-process-d .box1 .box-c-t{
		padding: 0 20px;
	}
	.competition-process-d .box1 .box-c-c{
		padding: 20px;
	}
	.competition-process-d .box1 .box-c-c .text-box{
		font-size: 14px;
	}
	.competition-process-d .box1 .box-c-c .text-box .text:not(:last-child){
		margin-bottom: 10px;
	}
	.competition-process-d .box1 .box-c-c .text-box:not(:last-child){
		margin-bottom: 15px;
	}
	.competition-process-d .box1 .box-c-c .title{
		margin-bottom: 10px;
		font-size: 16px;
	}
}
@media (max-width:500px) {
	.elegant-demeanour .box1 .box-c .list li, .elegant-demeanour .box1 .box-c .list i{
		width: 100%;
	}
	.competition-process .box1 .box-c .list .money{
		font-size: 20px;
	}
	.competition-process .box1 .box-c .list .li-t-l{
		margin-right: 20px;
	}
	.competition-process .box1 .box-c .list .text-title,
	.competition-process-d .box1 .box-t .text-title{
		font-size: 18px;
	}
	.competition-process .box1 .box-c .list .li-t{
		padding: 10px 15px;
	}
	.competition-introduced .box1 .l li:hover a, .competition-introduced .box1 .l .active a{
		font-size: 16px;
	}
	.competition-introduced .box1 .l li a{
		padding: 0;
	}
	.competition-introduced .box1 .l li:not(:last-child){
		margin-right: 20px;
	}
	.competition-introduced .box1 .r{
		padding: 15px 20px;
	}
	.competition-introduced .box1 .r .item .text-box{
		font-size: 14px;
	}
	.competition-introduced .box1 .r .item .text-box .text:not(:last-child){
		margin-bottom: 15px;
	}
	.competition-introduced .box1 .r .item .video{
		margin-top: 15px;
	}
}
