@charset "utf-8";

/* ================================ case-banner ================================ */

.case-banner {
}

.case-banner .content {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.case-banner .content .text {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case-banner .content .text h1 {
	color: #fff;
	font-size: 2.6vw;
	font-family: 'OPPOSans-R';
	font-weight: normal;
	margin: 0% 7%;
}

.case-banner .content .text h2 {
	color: #fff;
	font-size: 1.5625vw;
	font-family: 'OPPOSans-R';
	font-weight: normal;
	margin: 0% 7%;
	margin-top: 1%;
	/* margin-bottom: 11%; */
}

.case-banner .content img {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 6%;
	padding: 10px;
	margin: auto;
	cursor: pointer;
	animation: kf-banner-arrow 1.7s infinite ease;
}

/* ================================ case-detail ================================ */

.case-detail {
	padding: 8% 4%;
}

.case-detail .case-detail-top {
}

.case-detail .case-detail-content {
}

.case-detail .case-detail-content .pager2 {
	margin: 30px 0px;
	margin-right: 2.5%;
}

.case-detail .case-detail-bottom {
	margin-top: 7vw;
}

/* ================================ other-case ================================ */

.other-case {
	margin: 0% 4% 8%;
}

.other-case .top {
}

.other-case .top h1 {
	color: #000;
	font-size: 1.0417vw;
	font-family: 'OPPOSans-R';
	font-weight: normal;
	text-align: center;
}

.other-case .content {
	margin-top: 3.65vw;
}

.other-case .content .news {
	padding: 0% 0%;
}

.other-case .content .news .news-content {
	margin-top: 0vw;
}

@media (min-width: 1px) and (max-width: 750px) {
	
	/* ================================ case-banner ================================ 
	
	.case-banner {
	}
	
	.case-banner .content {
		width: 100%;
		height: 100vh;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
	}
	
	.case-banner .content .text {
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.case-banner .content .text h1 {
		color: #fff;
		font-size: 32px;
		font-weight: normal;
		margin: 0% 6%;
		
		font-size: 23px;
	}
	
	.case-banner .content .text h2 {
		color: #fff;
		font-size: 46px;
		font-weight: normal;
		margin: 0% 6%;
		margin-top: 2%;
		margin-bottom: 11%;
		
		font-size: 22px;
		margin-top: 4%;
		margin-bottom: 30%;
	}
	
	.case-banner .content img {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 6%;
		margin: auto;
		cursor: pointer;
		animation: kf-banner-arrow 1.7s infinite ease;
	}
	*/
	
	/* ================================ case-banner ================================ */
	
	.case-banner {
	}
	
	.case-banner .content {
		width: 100%;
		height: 100vh;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position: relative;
		
		background-attachment: scroll;
	}
	
	.case-banner .content .text {
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.case-banner .content .text h1 {
		color: #fff;
		font-size: 2.6vw;
		font-family: 'OPPOSans-R';
		font-weight: normal;
		margin: 0% 7%;
		
		font-size: 5vw;
	}
	
	.case-banner .content .text h2 {
		color: #fff;
		font-size: 1.5625vw;
		font-family: 'OPPOSans-R';
		font-weight: normal;
		margin: 0% 7%;
		margin-top: 1%;
		/* margin-bottom: 11%; */
		
		font-size: 3vw;
	}
	
	.case-banner .content img {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 6%;
		padding: 10px;
		margin: auto;
		cursor: pointer;
		animation: kf-banner-arrow 1.7s infinite ease;
	}
	
	/* ================================ case-detail ================================ */
	
	.case-detail {
		padding: 8% 4%;
		
		padding: 3% 3%;
		padding: 7% 7%;
		padding: 7% 0%;
	}
	
	.case-detail .case-detail-top {
	}
	
	.case-detail .case-detail-content {
	}
	
	.case-detail .case-detail-content .pager2 {
		margin: 30px 0px;
		margin-right: 2.5%;
	}
	
	.case-detail .case-detail-bottom {
		margin-top: 7vw;
	}
	
	/* ================================ other-case ================================ */
	
	.other-case {
		margin: 0% 4% 8%;
		
		margin: 8% 3% 8%;
		margin: 8% 7% 8%;
	}
	
	.other-case .top {
	}
	
	.other-case .top h1 {
		color: #000;
		font-size: 1.0417vw;
		font-family: 'OPPOSans-R';
		font-weight: normal;
		text-align: center;
		
		font-size: 4vw;
		text-align: left;
	}
	
	.other-case .content {
		margin-top: 3.65vw;
	}
	
	.other-case .content .news {
		padding: 0% 0%;
	}
	
	.other-case .content .news .news-content {
		margin-top: 0vw;
	}
	
}
