.film-info{
	display: block;
	margin-bottom: 32px;
}
.film-info p{
	line-height: 22px;
}
.film-info img{
	width: 230px;
    display: block;
    float: left;
    margin: 0 10px 5px 0;
}
.film-people{
	display: block;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 0.4em;
}
.film-people span{
	font-weight: bold;
}
.film-people .other{
	text-decoration: underline;
}
.eng-name{
	color: #444;
	text-transform: none;
	text-align: left;
	font-size: 18px;
	margin-bottom: 1em;
}
.data{
	flex-direction: row;
	font-size: 16px;
	color: #999;
	align-items: center;
	margin-bottom: 10px;
}
.data .delimiter{
	display: flex;
	width: 0px;
	height: 1em;
	border-left: 2px solid #999;
	margin: 0 7px;
}
.data hr{
	display: flex;
	width: 0px;
	height: 1em;
	border-left: 2px solid #999;
	margin: 0 7px;
}
.data .mpaa{
	flex-direction: row;
    border: 2px solid;
	padding: 2px 7px 1px 7px;
    margin-right: 7px;
	border-radius: 2px;
}
.review{
	display: block;
}
.main-review{
	display: block;
	margin-bottom: 32px;
}
.main-review .subtitle-h2 {
    text-align: left;
    text-transform: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0 0 7px 0;
    text-decoration: none;
}
.main-review img{
	float: left;
	margin: 0 10px 10px 0;
	width: 200px;
}
.miniblog{
	flex-direction: row;
	margin-bottom: 32px;
}
.miniblog .miniblog-pic img{
	width: 100px;
	margin-right: 10px;
}
.miniblog-text{
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
}
.miniblog-text>a{
	font-size: 20px;
	font-weight: bold;
}
.miniblog-text span{
	 margin-left: 10px;
	 color: #999;
}
.miniblog-text div{
	width: 100%;
	display: block;
	text-align: justify;
    font-size: 16px;
    line-height: 1.4em;
}
.film .go-all{
	margin: 0 0 32px;
}
.film .swiper {
	width: 100%;
}
.film .swiper-free-mode>.swiper-wrapper {
	flex-direction: row;
}
.film .swiper-slide {
	width: auto;
	text-align: center;
	background: #fff;
	display: flex;
    justify-content: flex-start;
	align-items: center;
}
.photoSwiper{
	margin: 0 0 16px 0;
}
.photoSwiper .swiper-slide img {
	display: block;
	width: auto;
	height: 200px;
	object-fit: cover;
	margin: 0;
}
.filmSwiper{
	margin-bottom: 32px;
}
.filmSwiper a{
	width: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
}
.filmSwiper img{
	width: 160px;
	height: 240px;
	margin-bottom: 7px;
}
.rel-news>div {
    margin-bottom: 16px;
}
.rel-news>div.empty{
	margin-bottom: 0px;
}
.film #player{
	width: 100%;
    max-width: 600px;
    align-self: center;
    margin: 0 0 16px;
}
@media (max-width: 600px){
    .film-info{
		display: flex;
	}
	.film-info img{
		align-self: center;
		margin: 0 0 20px;
	}
	.data{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.data>.delimiter{
		margin: 7px;
	}
	.eng-name{
		margin: 0 0 10px;
	}
}
@media (max-width: 460px){
	.miniblog {
		flex-direction: column;
		align-items: center;
	}
	.miniblog-text {
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
	}
}