/* 清除格式 */
			* {
				padding: 0;
				margin: 0;


			}

			.mov-box::-webkit-scrollbar {
				display: none;
			}

			.scrollable {
				overflow: auto;
				-ms-overflow-style: none;
				/* 隐藏滚动条 */
			}

			body {
				background-image: url(../img/llbj.png);
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-size: 100% 100%;
			}

			.box {
				width: 1000px;
				box-shadow: 0 0 10px #6cad;
				margin: 100px auto;
				height: 100%;
				/* height: 600px; */
				background-color: rgba(255, 255, 255, 0.9);

			}

			/* 导航样式 */
			.nav {
				width: 100%;
				overflow: hidden;
			}

			.nav ul {
				width: 100%;

			}

			.nav li {
				list-style: none;

				width: 20%;
				float: left;
			}

			/* .nav a{
					font-size: 12px; 
					text-decoration: none;
					color: #919191;
					display: block;
					padding: 20px 0;
					text-align: center;
				}
				.nav a:hover{
					background: #6ca97d;
					color: #fff;
				} */
			.gold a {
				font-size: 12px;
				text-decoration: none;
				color: #919191;
				display: block;
				padding: 20px 0;
				text-align: center;
			}

			.gold a:hover {
				background: rgba(255, 204, 51, 0.5);
				color: #FFFFFF;
			}

			.wood a {
				font-size: 12px;
				text-decoration: none;
				color: #919191;
				display: block;
				padding: 20px 0;
				text-align: center;
			}

			.wood a:hover {
				background: rgb(108, 168, 125);
				color: #FFFFFF;
			}

			.water a {
				font-size: 12px;
				text-decoration: none;
				color: #919191;
				display: block;
				padding: 20px 0;
				text-align: center;
			}

			.water a:hover {
				background: rgb(135, 206, 250, 0.5);
				color: #ffffff;
			}

			.fire a {
				font-size: 12px;
				text-decoration: none;
				color: #919191;
				display: block;
				padding: 20px 0;
				text-align: center;
			}

			.fire a:hover {
				background: rgba(204, 96, 96, 0.5);
				color: #fff;
			}

			.dirt a {
				font-size: 12px;
				text-decoration: none;
				color: #919191;
				display: block;
				padding: 20px 0;
				text-align: center;
			}

			.dirt a:hover {
				background: #5C4033;
				background: rgba(92, 64, 51, 0.5);
				color: #ffffff;
			}

			/* 电影页导航 */
			.mov-box {
				max-width: 90%;
				height: 500px;
				margin: 0 auto;
				overflow: auto;
				overflow-x: none;

			}

			.mov-nav ul {
				margin: 15px auto;
				margin-left: 50px;

			}

			.mov-nav li {
				margin: 20px 18px;
				list-style: none;
				display: inline-block;
				border: 1px #64a87d solid;
				border-radius: 10px;

			}

			.mov-nav ul li a {
				text-decoration: none;
				display: block;
				color: #919191;
				padding: 8px 5px;
				font-size: 12px;
				border-radius: 10px;
			}

			.mov-nav ul li a:hover {
				background: rgb(108, 168, 125);
				color: #FFFFFF;
				border: #fff;
			}

			

			/* 电影海报介绍 */
			.mov-list ul {

				/* text-align: center; */
				width: 100%;
				height: 50px;

			}

			.mov-list li {
				list-style: none;
				display: inline-block;
				width: 200px;
				margin-left: 15px;
				margin-bottom: 0px;
				height: 240px;

			}

			.mov-list img {
				width: 150px;
				height: 220px;
				object-fit: cover;
				display: block;

			}

			.mov-list ul p {
				text-align: left;
				padding: 8px 2px;
				font-size: 12px;
				color: #7E8C8D;

			}

			/* 音乐 */
			.audio {
				margin-top: -370px;

				clear: both;
				float: right;


				/* 底部盒子 */
			}

			.clear {

				margin-top: 10px;
				clear: both;

				width: 100%;
				height: 120px;

			}

			.clear p {
				color: #919191;
				font-size: 14px;
				text-align: right;

			}

			.clear ul {
				line-height: 35px;
				text-align: right;
				padding-right: 50px;
			}

			.clear li {
				height: 100%;
				list-style: none;
				display: inline-block;
				color: #F1F1F1;
				font-size: 13px;
				color: #919191;
			}

			.clear li img {
				margin-right: 10px;
				margin-left: 10px;
				width: 16px;
			}

			/* .clear img{
				width: 15px;
				display: inline-block;
			} */