* {
				margin: 0;
				padding: 0;
			}

			.kclb {
				width: 1250px;
				height: 860px;

			}


			.kechenglist {
				margin-top: 30px;
				position: relative;
				margin-right: 10px;
				transition: transform .3s;
				float: left;
				border: 1px solid #e8e8e8;
			}

			.kechenglist a:hover .playbtn {
				display: block;
			}


			.playbtn {
				width: 285px;
				height: 163px;
			}

			.playbtn {
				display: none;
				width: 290px;
				height: 163px;
				background: url("/static/ceshi/imgs/sreplay.png") no-repeat center center rgba(0, 0, 0, .4);
				position: absolute;
				top: 0px;
				text-align: center;
			}

			.biaoti {
				background: #fff;
				padding: 0px 10px 5px 10px;

				height: 74px;
				width: 270px;
			}



			.biaoti p {
				height: 45px;
				line-height: 50px;
			}

			.renshu {
				color: #666;
			}

			.font12 {

				font-size: 12px;
				font-family: Microsoft YaHei;
				font-weight: 400;
				color: rgba(153, 153, 153, 1);

			}

			.mianfei {
				color: #999;
			}

			.font14 {
				font-size: 12px;
				font-family: Microsoft YaHei;
				color: rgba(153, 153, 153, 1);
				font-weight: 400;

			}

			.font16 {
				position: relative;
				top: 10px;
				font-size: 14px;
				font-family: Microsoft YaHei;
				font-weight: 400;
				color: rgba(102, 102, 102, 1);
			}

			.alertkuang {
				width: 1200px;
				height: 100%;
				background: #000000;
				opacity: .6;
				position: fixed;
				top: 0px;
				overflow: hidden;
				z-index: 4;
			}

			#alertkuang {
				width: 100%;
				height: 100%;
				position: fixed;
				top: 0px;
				overflow: hidden;
				z-index: 4;
			}

			.alertclose {
				position: relative;
				right: -204px;
				top: 20px;
			}

			.alertcontain {
				text-align: center;
				width: 490px;
				height: 350px;
				background: #fff;
				opacity: 1;
				margin: 0px auto;
				z-index: 5;
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -245px;
				margin-top: -175px;
			}

			.alertcontain h1 {
				font-size: 36px;
				height: 89px;
				/* background: url("./img/denglu01.jpg") no-repeat center; */
				padding-top: 50px;
			}

			.alertcontain p {
				font-size: 18px;
				line-height: 140px;
				color: #666;
				height: 103px;
			}

			.alertlogin:hover {
				color: #fff;
			}

			.alertlogin {
				display: block;
				width: 325px;
				height: 49px;
				line-height: 49px;
				font-weight: lighter;
				text-align: center;
				font-size: 24px;
				color: #fff;
				background: #0972ff;
				margin: 0px auto;
			}