	.bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 1200px;
		height: 1500px;
		font-family: "Microsoft JhengHei", "arial";
		overflow: hidden;
		background-color: #000000;
		background-image: url(https://drama-source.oss-cn-beijing.aliyuncs.com/css/wlmwl03_outer.png);
	}
	.inner {
		width: 1100px;
		height: 1400px;
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-550px);
		background-color: #DDDDDD;
		background-image: url(https://drama-source.oss-cn-beijing.aliyuncs.com/css/wlmwl03_inner.png);
	}
	.link {
		width: 1100px;
		height: 60px;
		position: absolute;
		top: 14px;
		left: 50%;
		transform: translateX(-550px);
	}
	.link a {
		display: inline-block;
		width: 150px;
		height: 56px;
		margin: 2px 28px;
		background: url(https://drama-source.oss-cn-beijing.aliyuncs.com/css/wlmwl03_link.png) no-repeat;
		background-size: contain;
		/*background-color: white;*/
		text-align: center;
		color: white;
		text-decoration: none;
		padding-top: 16px;
		line-height: 20px;
		font-size: 16px;
	}
	.link a:first-child {
		margin-left: 56px;
	}
	.post {
		width: 1100px;
		height: 580px;
		position: absolute;
		top: 80px;
		left: 50%;
		transform: translateX(-550px);
		background: url(https://drama-source.oss-cn-beijing.aliyuncs.com/css/wlmwl03_post.png) no-repeat top center;
		background-size: cover;
		z-index: 999;
	}
	.staff {
		position: absolute;
		top: 720px;
		left: 56px;
		width: 300px;
		height: 473px;
		background: url(https://drama-source.oss-cn-beijing.aliyuncs.com/css/wlmwl03_staff.png) no-repeat;
		background-size: cover;
		box-shadow: 7px 6px 3px 2px #A9ACB3;
		color: white;
		padding: 60px 0 0 100px;
		line-height: 30px;
		font-size: 16px;
	}
	.staff b {
		display: inline-block;
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 6px;
		border-left: 8px solid white;
		padding-left: 10px;
		color: white;
	}
	.cast {
		position: absolute;
		top: 720px;
		left: 500px;
		height: 300px;
		color: #1D386F;
		line-height: 22px;
		font-size: 16px;
	}
	.cast2 {
		position: absolute;
		top: 810px;
		right: 10px;
		height: 300px;
		color: #1D386F;
		line-height: 22px;
		font-size: 16px;
	}
	.cast b {
		display: inline-block;
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 6px;
		padding-left: 10px;
		border-left: 8px solid #1D386F;
	}
	.ed {
		position: absolute;
		bottom: 110px;
		right: 0;
		width: 600px;
		height: 145px;
		background-color: #1D386F;
		border-radius: 30px 0 0 0;
		text-align: right;
		line-height: 24px;
	}
	.ed b {
		display: inline-block;
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
		margin-bottom: 3px;
		border-right: 8px solid white;
		padding-right: 10px;
		margin-right: 30px;
		color: white;
	}
	.ed span {
		display: inline-block;
		margin-right: 5px;
		line-height: 30px;
		font-size: 16px;
		color: white;
		line-height: 24px;
	}
	.claim {
		width: 1100px;
		height: 40px;
		padding-top: 20px;
		border-top: 5px solid black;
		position: absolute;
		left: 50%;
		bottom: 20px;
		transform: translateX(-550px);
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	
	.scrollbar {
		overflow-y: scroll;
	}
	::-webkit-scrollbar {
		width: 7px;
	}
	::-webkit-scrollbar-thumb {
		background-color: #1D386F;
	}