.cus-error{
	width: 100%;
	min-width: 1200px;
	height: 910px;
}
.cus-error-top{
	width: 900px;
	height: 320px;
	margin: 160px auto;
	margin-bottom: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cus-error-cont>p:first-child{
	width: 384px;
	font-family: PingFang-SC-Regular;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #333333;
}
.cus-error-cont>p:nth-child(2){
	width: 578px;
	font-family: PingFang-SC-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #333333;
	margin-top: 26px;
}
.cus-error-cont>p:nth-child(2)>span{
	display: block;
}
.cus-error-cont>p:last-child{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	margin-top: 20px;
}
.cus-error-cont>p:last-child>span{
	display: block;
	width: 128px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	border: solid 1px #e6e6e6;
	cursor: pointer;
}
.cus-error-cont>p:last-child>span:hover{
	color: #f71f61;
	border: solid 1px #f71f61;
}
.cus-error-bottom{
	width: 1200px;
	margin: 0 auto;
}
.cus-error-bottom>p{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-family: PingFang-SC-Bold;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: 600;
}
.cus-error-bottom>p>span:last-child{
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #333333;
	cursor: pointer;
}
.cus-error-bottom>p>span:last-child:hover{
	color: #f71f61;
}
.cus-error-bottom>div{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: 18px;
}
.cus-error-bottom>div>p{
	width: 288px;
	height: 171px;
	overflow: hidden;
	margin-right: 16px;
	cursor: pointer;
}
.cus-error-bottom>div>p:last-child{
	margin-right: 0;
}
.cus-error-bottom>div>p>img{
	transition: .3s;
}
.cus-error-bottom>div>p:hover >img{
	transform: scale(1.1);
}