/* @media only screen and (min-width: 1048px) {
	body {
		overflow-x: hidden;
	}
} */

a {
	/* color: #93a748; */
	text-decoration: none;
}

.cd-header {
	position: relative;
	height: 100%;
	background-color: #93a748;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.cd-header h1 {
	width: 90%;
	color: #f2e6cd;
	text-align: center;
	font-size: 2.2rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 768px) {
	.cd-header h1 {
		font-size: 3.6rem;
		font-weight: 300;
	}
}

.cd-fixed-background {
	position: relative;
	padding: 3em 5% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.cd-fixed-background h2,
.cd-fixed-background p {
	color: #f2e6cd;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cd-fixed-background h2 {
	font-size: 2.4rem;
	margin-bottom: 1em;
}

.cd-fixed-background p {
	line-height: 1.6;
	font-family: "Merriweather", serif;
}

.cd-fixed-background .light-background h2,
.cd-fixed-background .light-background p {
	color: #0f594d;
}

.cd-fixed-background .cd-content::after {
	content: '';
	display: block;
	width: 100%;
	padding: 60% 0;
	margin: 2em auto 0;
}

.cd-fixed-background.img-pc-1 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j01.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
	/* text-align: center; */
	/* border: 1px solid red; */
	/* padding: 50% 0; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}

.cd-fixed-background.img-pc-2 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j02.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}


.cd-fixed-background.img-pc-3 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j03.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}

.cd-fixed-background.img-pc-4 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j04.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}


.cd-fixed-background.img-pc-5 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j05.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}


.cd-fixed-background.img-pc-6 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j06.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}



.cd-fixed-background.img-pc-7 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j07.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}

.cd-fixed-background.img-pc-8 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j08.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}

.cd-fixed-background.img-pc-9 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j09.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}

.cd-fixed-background.img-pc-10 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j10.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}

.cd-fixed-background.img-pc-11 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j11.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}

.cd-fixed-background.img-pc-12 .cd-content::after {
	background: url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j12.png') no-repeat;
	background-size: 100% 100%;
	width: 80%;
}


@media screen and (max-width: 1250px) {
	.pc {
		padding-top: 120px;
	}

	.cd-fixed-background.img-pc-1 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d01.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-2 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d02.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-3 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d03.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-4 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d04.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-5 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d05.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-6 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d06.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-7 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d07.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-8 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d08.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-9 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d09.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-10 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d10.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-11 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d11.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.cd-fixed-background.img-pc-12 {
		background: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/d12.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.cd-fixed-background {
		height: 100%;
		padding: 0;
	}

	.cd-fixed-background h2 {
		font-size: 3.6rem;
		font-weight: 300;
	}

	.cd-fixed-background p {
		font-size: 1.8rem;
		line-height: 1.8;
	}

	.cd-fixed-background .cd-content {
		width: 40%;
		position: absolute;
		left: 5%;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.cd-fixed-background .cd-content::after {
		display: none !important;
	}

	.cd-fixed-background.img-pc-1 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d01.png');
	}

	.cd-fixed-background.img-pc-2 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d02.png');
	}

	.cd-fixed-background.img-pc-3 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d03.png');
	}

	.cd-fixed-background.img-pc-4 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d04.png');
	}

	.cd-fixed-background.img-pc-5 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d05.png');
	}

	.cd-fixed-background.img-pc-6 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d06.png');
	}

	.cd-fixed-background.img-pc-7 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d07.png');
	}

	.cd-fixed-background.img-pc-8 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d08.png');
	}

	.cd-fixed-background.img-pc-9 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d09.png');
	}

	.cd-fixed-background.img-pc-10 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d10.png');
	}

	.cd-fixed-background.img-pc-11 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d11.png');
	}

	.cd-fixed-background.img-pc-12 {
		background-image: linear-gradient(rgba(44, 44, 52, 0.30) 100%, rgba(44, 44, 52, 0.30) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/h5/j_d12.png');
	}
}

@media only screen and (min-width: 1048px) {
	.cd-fixed-background {
		background-attachment: fixed;
	}

	.cd-fixed-background .cd-content {
		width: 38%;
		left: 10%;
	}

}

.cd-vertical-nav {
	position: fixed;
	z-index: 2;
	right: 3%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}


.cd-vertical-nav a.cd-prev {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1200px) {
	.cd-vertical-nav {
		display: block;
	}
}

.no-js .cd-vertical-nav {
	display: none;
}

.cd-content>h2,
.cd-content>p {
	color: #fff;
}


.DevelopmentCase00 {
	position: fixed;
	width: 52px;
	height: 312px;
	/* border: 1px solid red; */
	top: calc(50% - (312px/2));
	right: 5.4%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.DevelopmentCase01 {
	width: 52px;
	height: 124px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 14px;
	letter-spacing: 6px
}

.DevelopmentCase01>img {
	width: 40px;
	height: 40px;
}

#b01 {
	display: none;
}

#t00 {
	display: none;
}

@media screen and (min-width: 1250px) {
	body {
		overflow: hidden
	}
}

@media screen and (max-width: 1250px) {
	.DevelopmentCase00 {
		display: none;
	}
}
