* {
	margin: 0;
	padding: 0;
}
body {
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.card-box {
	height: 400px;
	width: 1450px;
	display: flex;
	justify-content: center;
	margin-top: 6rem;
}
.card-box figure {
	height: 380px;
	width: 272px;
	margin-left: 24px;
	position: relative;
}
.card-box figure img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
}
.card-box figure .card-content {
	height: 24%;
	width: 100%;
	background: rgba(30, 30, 30, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 12px 16px;
}
.card-box figure .card-content-radius {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0.9;
}
.card-box figure .card-content h1,
.card-box figure .card-content h2 {
	margin: 0;
	width: 100%;
}
.card-box figure .card-content h1 {
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 4px;
}
.card-box figure .card-content h2 {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	letter-spacing: 1px;
}
.card-box figure .card-content-radius h1 {
	margin-bottom: 8px;
}
.card-box figure .card-content-radius h2 {
	color: #fff;
	line-height: 23px;
}
.card-box figure.raduis-between {
	border-radius: 110px 0;
	overflow: hidden;
}
.card-box figure + figure {
	margin-left: 24px;
}
.comm-title-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem; 
}
.comm-title-box h1{
	font-size: 28px;
	color: #506eda;
}
.comm-title-box h2{
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.page{
	margin-top: 120px;
}

/* 返回顶部 结束 */

.cursor {
    cursor: pointer;
}


/* .layui-laypage .layui-laypage-curr .layui-laypage-em{
    border-radius: 50%;
	background-color: #2C467F!important;
	width: 1remi;
	height: 1rem;
} */
/* 
.layui-laypage a{
	border-radius: 50%!important;
}

.layui-laypage em{
	border-radius: 50%!important;
} */

.layui-laypage .layui-laypage-curr{
	border: none;
	margin: 0 15px 0 0;
} 

.layui-laypage .layui-laypage-curr .layui-laypage-em{
	text-align: center!important;
	background-color: #2C467F!important;
	border-radius: 50%!important;
	width: 30px!important;
	height: 30px!important;
}

/* .layui-laypage > :first-child{
	margin-right: 90px!important;
}

.layui-laypage > :last-child{
	margin-left: 100px!important;
} */

div#layui-laypage-1 a[data-page]{
	margin: 0 20px 0 0;
	display: inline-block;
	width: 30px!important;
	height: 30px!important;
	border-radius: 50%!important;
}

.layui-laypage a, .layui-laypage span{
	font-size: 20px!important;
	font-family: sans-serif;
}

.layui-laypage a{
	vertical-align: baseline !important;
	text-align: center;
	padding: 0!important;
}


 .layui-laypage span{
	vertical-align: baseline !important;
	text-align: center;
}


.layui-laypage .layui-laypage-curr :nth-child(2){
	right: 5px;
}


@media only screen and (min-width: 1350px) and (max-width: 1500px) {
    .page{
		margin-top: 65px;
	}
}