@charset "UTF-8";

/*

    公司  西安聚牛科技有限公司
    团队  聚牛研发团队
    时间  2021-12-14

*/
body {
	background: #fff;
}

.case-nav {
	padding-top: 120px;
	width: 100;
}

.case-nav-ttile {
	color: #000000;
	font-size: 32px;
}

.case-nav-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.case-nav-list a {
	width: 160px;
	height: 40px;
	background: #F2F2FA;
	border-radius: 20px;
	color: #252533;
	font-size: 18px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 20px;
	margin-top: 20px;
}

.case-nav-list a.active {
	background: #376EFF;
	color: #FFFFFF;
}

.case-list {
	margin-top: 40px;
	margin-bottom: 120px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.case-list>div {
	width: calc(100% / 3 - 30px);
	/* margin-right: 30px; */
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0px 3px 20px 0px rgba(172, 195, 255, 0.2);
}

.case-list>div:nth-child(3n) {
	/* width: calc(100% / 3); */
	/* margin-right: 0; */
}

.case-list>div img {
	width: 100%;
	height: auto;
}

.case-list-t {
	padding: 20px;
}

.case-list-t>b {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #252533;
	font-size: 20px;
}

.case-list-t>span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #43434C;
	font-size: 16px;
	margin-top: 13px;
	padding-bottom: 17px;
	border-bottom: 1px solid #E6E6EB;
}

.case-list-t-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 10px;
}

.case-list-t-list div {
	width: calc(100% / 3);
	height: auto;
}

.case-list-t-list div span {
	display: block;
	text-align: center;
	color: #252533;
	font-size: 26px;
}

.case-list-t-list div var {
	display: block;
	text-align: center;
	color: #43434D;
	font-size: 14px;
	font-style: normal;
}

.case-btn {
	width: 280px;
	height: 52px;
	background: #376EFF;
	font-size: 18px;
	box-shadow: 0px 3px 15px 1px rgba(55, 110, 255, 0.3);
	border-radius: 26px;
	text-align: center;
	line-height: 52px;
	color: #fff;
	margin: 50px auto 150px;
	cursor: pointer;
}


/*响应式布局*/
/*pc 超大*/
@media screen and (min-width:1500px) {}

/*pc 大*/
@media (min-width:1200px) and (max-width:1499px) {}

/*pc 小*/
@media (min-width:991px) and (max-width:1199px) {}

/*平板*/
@media (min-width:769px) and (max-width:991px) {
	.case-list>div {
		width: calc(100%);
		margin-left: 0;
		margin-right: 0;
		box-shadow: 0 .03rem .2rem 0 rgba(172, 195, 255, 0.2);

	}
}

/*手机*/
@media screen and (max-width:768px) {
	.pc-content {
		display: block;
	}

	.case-nav {
		padding-top: .54rem;
		text-align: center;
		color: #000000;
		font-size: .50rem;
	}

	.case-nav-list {
		margin-bottom: .20rem;
	}

	.case-nav-list a {
		width: 1.5rem;
		height: .5rem;
		margin-right: .14rem;
		border-radius: 0;
		font-size: .24rem;
		margin-top: .14rem;
	}

	.case-nav-list a:nth-child(4n) {
		margin-right: 0;
	}

	.case-list>div {
		width: calc(100%);
		margin-left: 0;
		margin-right: 0;
		box-shadow: 0 .03rem .2rem 0 rgba(172, 195, 255, 0.2);

	}

	.case-btn {
		width: 3.5rem;
		height: .66rem;
		background: #376EFF;
		font-size: .18rem;
		border-radius: .33rem;
		line-height: .66rem;
		color: #fff;
		margin: .50rem auto 1.6rem;
		cursor: pointer;
		font-size: .28rem;
	}
}