	.bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 1200px;
		height: 1600px;
		font-family: "Microsoft JhengHei", "arial";
		overflow-x: hidden;
		background-color: #FDFBFC;	
		background: url(https://drama-source.oss-cn-beijing.aliyuncs.com/css/NZDL_bg.jpg) repeat;
		z-index: 1;		
	}
	.top {
		width: 1080px;
		height: 50;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-540px);
		z-index: 8888887;
	}
	.logo {
		width: 128px;
		height: 31px;
		position: absolute;
		top: 10px;
		background: url(https://drama-source.oss-cn-beijing.aliyuncs.com/css/NZDL_yy.png) no-repeat;
		background-size: contain;
		z-index: 777;
	}
	.link {
		position: absolute;
		top: 10px;
		left: 150px;
		z-index: 777;
	}
	.link a {
		display: inline-block;
		margin-right: 20px;
		text-decoration: none;
		background-color: #FEDF62;
		color: black;
		padding: 0 30px;
		line-height: 30px;
		border-radius: 20px;
	}
	.link a:hover {
		background-color: #FAC200;
	}
	.inner {
		overflow-x: hidden;
		width: 1080px;
		height: 1480px;
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-540px);
		background-color: #F2F5E2;
		z-index: 2;	
	}
	 .box01 {
	 	position: absolute;
        width:422px;
        height:422px;
        background-color: #773C34;
        z-index: 3;	
    }
	.box02 {
	 	position: absolute;
        width:0px;
        height:0px;
        top: -300px;
        left: 120px;
        border-top:300px solid rgba(0,0,0,0);
        border-right:300px solid  rgba(0,0,0,0);
        border-bottom:300px solid #773C34;
        border-left:300px solid  rgba(0,0,0,0);
        transform: rotate(-45deg);
        z-index: 3;
    }
    .box03 {
	 	position: absolute;
	 	top: 380px;
	 	left: 350px;
        width:400px;
        height:900px;
        background-color: #717057;
        opacity: .5;
        transform: skew(-45deg);
        z-index: 3;
    }
	.post01 {
		width: 500px;
		height: 500px;
		top: 100px;
		left: 100px;
		position: absolute;
		background: url(https://drama-source.oss-cn-beijing.aliyuncs.com/css/NZDL01.png) no-repeat top center;
		border-radius: 100%;
		box-shadow:inset 0 0 5px 5px #181610;
		background-size: contain;
		z-index: 4;
		transition: all .5s;
	}
	.post01:hover {
		transform: scale(1.2);
	}
	.post02 {
		width: 500px;
		height: 745px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: url(https://drama-source.oss-cn-beijing.aliyuncs.com/css/NZDL02.jpg) no-repeat top center;
		background-size: contain;
		z-index: 4;
	}
	.s {
		display: block;
		position: absolute;
		top: 60px;
		left: 680px;
		transform: rotate(-45deg);
		background-color: #F2F5E2;
		color: transparent;
		-webkit-text-stroke: 1.0px #773C34;
		padding: 10px 30px;
		font-size: 30px;
		z-index: 5;
	}
	.staff {
		position: absolute;
		top: 120px;
		right: 150px;
		color: #773C34;
		text-shadow:2px 2px 3px #4C3F19;
		font-size: 20px;
		font-weight: 700;
		line-height: 40px;
	}
	.c {
		display: block;
		position: absolute;
		bottom: 200px;
		left: 280px;
		background-color: #F2F5E2;
		color: transparent;
		-webkit-text-stroke: 1.0px #717057;
		width: 150px;
		height: 150px;
		border-radius: 100px;
		font-size: 40px;
		line-height: 150px;
		text-align: center;
		z-index: 5;
	}
	.cast {
		position: absolute;
		top: 660px;
		left: 100px;
		color: #717057;
		font-size: 20px;
		font-weight: 700;
		line-height: 40px;
		color: #B8A584;
		text-shadow:2px 2px 3px #000000;
		z-index: 5;
	}
	.e {
		display: block;
		position: absolute;
		right: 70px;
		top: 330px;
		background-color: #F2F5E2;
		color: transparent;
		-webkit-text-stroke: 1.0px #717057;
		width: 100px;
		height: 100px;
		border-radius: 100px;
		font-size: 30px;
		line-height: 100px;
		text-align: center;
		z-index: 5;
	}
	.ed {
		position: absolute;
		right: 110px;
		top: 460px;
		color: #717057;
		font-size: 16px;
		line-height: 30px;
		z-index: 5;
	}
	.claim {
		position: absolute;
		left: 100px;
		bottom: 20px;
		font-size: 14px;
		line-height: 20px;
		color: #717057;
		text-align: left;
	}
	.scrollbar {
		overflow-y: scroll;
	}
	::-webkit-scrollbar {
		width: 7px;
	}
	::-webkit-scrollbar-thumb {
		background-color: #717057;
	}