.works-box{
	display: flex;
	justify-content: space-between;
}
.works-left{
	padding-top: 80px;
}
.works-left-child{
	width: 200px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 20px;
	color: #151515;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	padding-left: 43px;
	box-sizing: border-box;
	margin-bottom: 20px;
	cursor: pointer;
}
.works-left-child1,.works-left-child:hover{
	border: 1px solid #4B5EFF;
	color: #4B5EFF!important;
	box-shadow: 0px 1px 5px 2px rgba(75, 94, 255, 0.2);
}
.z-11{
	width: 24px;
	margin-right: 8px;
}
.works-right{
	width: 83%;
	/* margin-left: 50px; */
	position: relative;
	padding-bottom: 60px;
}
.works-right-top{
	background: #FFFFFF;
	border-radius: 12px;
	padding: 20px;
	box-sizing: border-box;
}
.works-right-top-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.works-right-top-tit{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 28px;
	color: #151515;
	display: flex;
	align-items: flex-end;
}
.works-right-top-des,.works-right-top-time{
	font-size: 18px;
	color: #151515;
	font-weight: 500;
	margin-left: 10px;
}
.works-right-top-time{
	display: flex;
	align-items: center;
}
.z-10{
	width: 16px;
	margin-left: 5px;
	position: relative;
	top: 2px;
}
.works-right-top-mid{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.works-right-top-mid-c{
	display: flex;
	align-items: center;
}
.works-right-top-mid-cs{
	width: 100px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #D5D6DA;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.works-right-top-mid-cs1 ,.works-right-top-mid-cs:hover{
	background: #EDEFFF;
	border: 1px solid #4B5EFF;
	color: #4B5EFF;
}
.works-right-top-mid-input{
	width: 261px;
	height: 41px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #D5D6DA;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	box-sizing: border-box;
}
.works-right-top-mid-input input{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #A5A5A5;
}
.z-0{
	width: 22px;
	height: 22px;
	cursor: pointer;
}
.works-con{
	background: #FFFFFF;
	border-radius: 12px;
	padding: 20px;
	margin-top: 20px;
}
.works-con-child-top{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.works-con-child-top-tip{
	width: 68px;
	height: 26px;
	background: #18B945;
	border-radius: 4px;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 26px;
}
.works-con-child-top-tip1{
	background: #4B5EFF;
}
.works-con-child-top-tip2{
	background: #FFA800;
}
.works-con-child-top-tit{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #151515;
	margin-left: 10px;
}
.works-con-child-top-des{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #6B719A;
	line-height: 30px;
	margin-bottom: 30px;
}
.works-con-child-top-line{
	width: 100%;
	height: 1px;
	background: #E7E7E7;
	margin-bottom: 30px;
}
.whole-cont-body .whole-cont-right{
	padding: 0px 40px;
}
.works-con-child-bot{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.works-con-child-bot-titx{
	display: flex;
	align-items: center;
}
.works-con-child-bot-tit{
	margin-right: 40px;
	font-family: SF Pro Text;
	font-weight: 400;
	font-size: 16px;
	color: #151515;
}
.works-con-child-bot-tits{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #4B5EFF;
	margin-left: 55px;
}
.works-con-child-bot-tits1{
	color: #18B945;
}
.works-con-child-bot-tits2{
	color: #FFA800;
}
.works-con-child-top-polx{
	width: 500px;
	margin-bottom: 30px;
}
.works-cons{
	height: calc(100vh - 320px);
	overflow-y: scroll;
	padding-bottom: 30px;
}
.works-cons1{
	height: calc(100vh - 270px)	
}
.works-con-mask{
	position: relative;
}
.works-con-mask1,.works-con-mask2{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: linear-gradient(0deg, #F5F6FB 0%, rgba(245,246,251,0) 100%);;
	width: 98%;
	height: 40px;
}
.works-con-mask1{
	top: 0px;
	bottom: 0;
	background: linear-gradient(0deg, rgba(245,246,251,0) 0%, #F5F6FB 100%);;
}
.pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.works-con-child-bot-con{
	display: flex;
	align-items: center;
}
.works-con-child-bot-con1{
	width: 88px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #4B5EFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #4B5EFF;
	margin-left: 10px;
	cursor: pointer;
}
.z-9{
	width: 18px;
	position: relative;
	top: 1px;
}
.works-con-child-bot-con2{
	background: linear-gradient(90deg, #4F8AFF 0%, #4B5EFF 100%);
	color: #FFFFFF;
}
.works-con-child-bot-con3{
	width: 106px;
}
.works-right-top1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;	
	position: relative;
}
.index-cont-body{
	    /* max-width: 1520px; */
	    margin: 0 auto;
}
.whole-cont-right{
	width: 70%;
}

@media (max-width: 1700px){
	.works-con-child-bot-tit{
		margin-right: 20px;
	}
	.works-con-child-bot-tits{
		margin-left: 0;
	}
	.works-right-top-mid-cs,.works-con-child-bot-con1{
		/* width: 80px; */
		font-size: 16px;
	}
	.works-con-child-bot-tit{
		font-size: 14px;
	}
	.whole-cont-body .whole-cont-right{
		padding: 0 20px;
	}
}
@media (max-width: 1600px){
	.works-right-top-mid-cs{
		/* width: 80px; */
		font-size: 16px;
	}
	.works-box{
		display: block;
	}
	.works-left{
		padding-top: 0;
		display: flex;
		align-items: center;
	}
	.works-left-child{
		margin-right: 20px;
	}
	.whole-cont-body .whole-cont-right{
		padding: 0 30px;
	}
	.works-right{
		width: 100%;
	}
	.works-cons{
		/* height: calc(100vh - 44.25vh); */
	}
}
@media (max-width: 1400px){
	
	.works-con-child-bot,.works-right-top-mid{
		/* display: block; */
	}
	.works-con-child-bot-tit{
		font-size: 16px;
	}
	.works-con-child-bot-titx{
		margin-bottom: 30px;
	}
	.works-right-top-mid-input{
		margin-top: 20px;
	}
	.works-right{
		width: 100%;
	}
	.works-cons{
		/* height: calc(100vh - 14vh); */
	}
	
}
@media screen and (max-width: 767px){
	.pagination{
		display: none;
	}
	.works-left-child{
		padding-left: 0;
	}
	.whole-cont-body .whole-cont-right{
		padding: 0 15px;
		padding-top: 15px!important;
	}
	.works-left-child{
		width: calc(100%/3.1);
		height: 40px;
		background: #FFFFFF;
		border-radius: 6px;
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 16px;
		color: #151515;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		margin-bottom: 16px;
		cursor: pointer;
		margin-right: 15px;
	}
	.works-left-child:nth-child(3n){
		margin-right: 0;
	}
	.z-11{
		width: 20px;
	}
	.works-right-top-tit{
		font-size: 18px;
	}
	.works-right-top-des, .works-right-top-time{
		font-size: 14px;
	}
	.z-10{
		width: 14px;
	}
	.works-right-top-mid-cs{
		font-size: 14px;
	}
	.works-right-top-mid-c{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.works-right-top-mid-cs{
		display: inline-block;
	}
	.works-right-top-mid-input{
		width: 100%;
		height: 40px;
	}
	.works-right-top-mid-input input{
		font-size: 16px;
	}
	.works-cons{
		height: auto;
		position: relative;
	}
	
	.works-con-child-top-polx{
		width: 100%;
	}
	.works-con-child-top-tip{
		font-size: 12px;
	}
	.works-con-child-top-tit,.works-con-child-bot-tit{
		font-size: 14px;
	}
	.works-con-child-top,.works-con-child-top-line,.works-con-child-top-des,.works-con-child-bot-titx,.works-con-child-top-polx{
		margin-bottom: 15px;
	}
	.works-con-child-top-des{
		font-size: 14px;
		line-height: 25px;
		text-overflow: -o-ellipsis-lastline;
		 overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 2;
		 line-clamp: 2;
		 -webkit-box-orient: vertical;
	}
	.works-con-child-bot-con{
		display: block;
	}
	.works-con-child-bot-con1{
		display: inline-block;
		height: 35px;
		text-align: center;
		line-height: 35px;
		width: 80px;
		margin-bottom: 15px;
		font-size: 15px	;
	}
	.works-con-child-bot-con3{
		width: 100px;
	}
	.z-9{
		width: 14px;
	}
	.works-con{
		padding-bottom: 0;
		
	}
	
	.works-con-child-bot-titx{
		display: block;
	}
	.works-con-child-bot-tit{
		margin-bottom: 10px;
	}
	.works-right{
		padding-bottom: 0;
	}
	.works-right-top1{
		margin-bottom: 0;
	}
	.works-right-top1 .works-right-top-mid-input{
		width: 75%;
		margin-top: 0;
	}
	.works-con-child-bot, .works-right-top-mid{
		display: block;
	}
	.mask-box{
		width: 90%;
		padding:23px 20px;
	}
	.mask-box-tit,.mask-box-tit1,.mask-box-input,.mask-box-sf-tit,.ymz{
		font-size: 14px;
	}
	.mask-box-input{
		box-sizing: border-box;
	}
	.mask-box-des{
		font-size: 12px;
	}
	.mask-box-bg{
		width: 20px;
		height: 20px;
	}
	.mask-box-tit1{
		margin: 16px 0;
	}
	.mask-box-input,.ymz{
		height: 45px;
	}
	.ymz{
		width: 100px;
		margin-right: 10px;
		padding-left: 10px;
		margin-left: 10px;
	}
	#v_container ,#verifyCanvas{
		width: 112px!important;
		height: 45px!important;
	}
	.mask-btn{
		    width: 130px;
		    height: 45px;
			font-size: 16px;
			line-height: 45px;
	}
}
