/** 导航 **/
.header{
	/*border-bottom: 0;*/
}
/** 广告 **/
.banner {
    width: 100%;
    text-align: center;
	position: relative;
	margin-top: -100px;
}

    .banner .box {
        width: 100%;
        max-width: 1920px;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

        .banner .box img {
            width: 100%;
        }

/**引导**/
.guide{
	margin-top: 10px;
	margin-bottom: 15px;
}

/*影片*/
.movies{
	width: 100%;
}

/*列表*/
.movies .list{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
} 
.movies .list ul{
	margin-bottom: 30px;
}
.movies .list ul:after{
	display: block;
	content: ' ';
	clear: both;
}
.movies .list ul li{
	float: left;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 5px;
	padding-top: 10px;
}
.movies .list ul li:nth-child(3n){
	margin-right: 0;
}
.movies .list ul li a{
	display: inline-block;
	width: 100%;
}
.movies .list ul li a > div{
	position: relative;
}
.movies .list ul li a .mark{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	
	align-items: center;
	justify-content: center;
	display: none;
}
.movies .list ul li a .mark i{
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url(../images/icon_play.png) no-repeat center;
	background-size: cover;
}
.movies .list ul li a:hover .mark{
	display: flex;
}

.movies .list ul li span{
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	margin-top: 10px;
}
/*分页*/
.paging{
	margin-bottom: 60px;
}

.play-box {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:999;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	display:none;
}


@media screen and (max-width:640px) {
	.container {
		padding-top: 5rem;
	}

	.banner {
		margin-top: 0;
	}

	.guide {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		height: 3rem;
		min-height: unset;
	}

	.movies .list {
		width:calc(100% - 3rem);
		margin:0 auto;
	}

	.movies .list ul li {
		width:100%;
		margin-left:0;
	}
	.movies .list ul li .modal-dialog {
		margin-top:50% !important;
	}
	.movies .list iframe{
		width:100%;
		height:100%;
	}

	.modal-dialog{
		width:calc(100% - 20px);
	}
}