/* 本站网站网页模板参考 https://www.bilibili.com 开发，未经授权，请勿下载本站网站模板！ */
*{
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}
body{
	width: 100%;
	background-color: #f1f2f3;
	-moz-user-select : none;
	-webkit-user-select: none;
}
.home-banner{
	width: 100%;
	height: 200px;
	float: left;
	background-size: 2560px 200px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: height .3s ease;
}
.home-banner-header{
	width: 100%;
	height: 70px;
	float: left;
}
.home-banner-header-nav{
	height: 60px;
	float: left;
}
.home-banner-header-nav-items{
	height: 70px;
	float: left;
	padding: 0 0 0 20px;
}
.home-banner-header-nav-items a{
	display: block;
	line-height: 70px;
	height: 70px;
	color: #fff;
	font-size: 16px;
	margin: 0 12px;
	float: left;
	text-decoration: none;
	transition: line-height .3s ease,opacity .3s ease,height .3s ease;
	user-select: none;
}
.home-banner-header-nav-items a i{
	padding: 0 5px 0 0;
}
.body-main{
	width: 2560px;
	margin: 0 auto;
	background-color: #ffffff;
	float: left;
}
.home-banner-content{
	width: 100%;
	height: 130px;
	float: left;
	transition: line-height .3s ease,opacity .3s ease;
}
.home-banner-content-logo{
	width: 300px;
	height: 100px;
	margin: 5px 0 25px 20px;
	float: left;
	opacity: 0.8;
	background-image: url('/img/logo_white.png');
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: height .3s ease,opacity .3s ease;
}
.home-banner-content-logo:hover{
	opacity: 1;
	transition: opacity .3s ease;
}
.home-banner-content-logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.home-banner-header-search{
	width: 500px;
	height: 45px;
	position: absolute;
	padding: 12px 0 12px 0;
	left: calc(50% - 250px);
	transition: height .3s ease;
}
.home-banner-header-search-content{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 9px;
	opacity: 0.8;
	transition: opacity .3s ease,height .3s ease;
}
.home-banner-header-search-content:hover{
	opacity: 1;
	transition: opacity .3s ease;
}
.home-banner-header-search-content-button{
	width: 35px;
	height: 33px;
	margin: 6px 6px 6px 0px;
	border-radius: 5px;
	background-color: transparent;
	float: right;
	cursor: pointer;
	transition: background-color .3s ease,line-height .3s ease,height .3s ease,opacity .3s ease;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	opacity: 1;
}
.home-banner-header-search-content-button:hover{
	transition: background-color .3s ease;
	background-color: #e3e5e7;
}
.home-banner-header-search-content-input{
	width: calc(100% - 63px);
	height: 33px;
	float: left;
	margin: 6px 0 6px 6px;
	border-radius: 5px;
	background-color: transparent;
	transition: background-color .3s ease,height .3s ease;
	padding: 0 5px;
}
.home-banner-header-search-content-input input{
	width: calc(100% - 10px);
	margin: 0 5px 0 5px;
	height: 100%;
	font-size: 15px;
	color: #202124;
	background-color: transparent;
	user-select: none;
}
.home-banner-hidden{
	height: 0px;
	line-height: 0px;
	opacity: 0;
	transition: height .3s ease,opacity .3s ease,line-height .3s ease;
}
.home-banner-hidden *{
	height: 0px;
	line-height: 0px!important;
	opacity: 0;
	transition: height .3s ease,opacity .3s ease,line-height .3s ease;
}
.home-banner-header-search-news{
	width: 100%;
	height: 500px;
	background-color: #fff;
	border-radius: 0 0 9px 9px;
	box-shadow: 0 5px 5px #99999950;
	z-index: 250;
    position: relative;
    overflow: hidden;
    /* transition: height .3s ease; */
}
.home-banner-content-banner-link{
	width: calc(100% - 320px);
	height: 140px;
	float: left;
}
.home-banner-content-banner-link a{
	display: block;
	width: 100%;
	height: 100%;
}
.home-banner-header-search-news-hidden{
	display: none;
}
.line-title-demo-1{
	line-height: 3;
	width: calc(100% - 30px);
	float: left;
	padding: 0 15px;
	color: #18191c;
	font-size: 16px;
	user-select: none;
}
.home-banner-header-search-news-search-history{
	width: calc(100% - 40px);
	padding: 0 20px;
	float: left;
	min-height: 190px;
}
.home-banner-header-search-news-search-history-item{
	margin: 0 10px 15px 0;
	border-radius: 5px;
	background-color: #f6f7f8;
	line-height: 32px;
	float: left;
	padding: 0 10px;
	font-size: 14px;
	position: relative;
	user-select: none;
}
.home-banner-header-search-news-search-history-item span{
	color: #303030;
	cursor: pointer;
}
.home-banner-header-search-news-search-history-item span:hover{
	color: #00aeec;
}
.home-banner-header-search-news-search-history-item-icon{
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	color: #999999;
	right: -8px;
	top: -8px;
	cursor: pointer;
	display: none;
}
.home-banner-header-search-news-search-history-item:hover .home-banner-header-search-news-search-history-item-icon{
	display: block;
}
.home-banner-header-search-news-search-hot{
	width: calc(100% - 0px);
	padding: 0 0px;
	float: left;
}
.home-banner-header-search-news-search-hot-item{
	line-height: 40px;
	width: calc(50% - 5px);
	float: left;
	cursor: pointer;
}
.home-banner-header-search-news-search-hot-item:hover{
	background-color: #e3e5e7;
}
.home-banner-header-search-news-search-hot-item:nth-child(odd){
	float: left;
}
.home-banner-header-search-news-search-hot-item:nth-child(even){
	float: right;
}
.home-banner-header-search-news-search-hot-item-order{
	padding: 0 5px 0 15px;
	color: #9499a0;	
	user-select: none;
}
.home-banner-header-search-news-search-hot-item-title{
	font-size: 15px;
	color: #303030;
	user-select: none;
}
.home-news{
	width: 100%;
	height: 580px;
	max-height: 580px;
	opacity: 1;
	float: left;
	padding-top: 0px;
	transition: height .3s ease,opacity .3s ease,max-height .3s ease;
}
.home-news-main{
	width: 2000px;
	height: 580px;
	margin: 0 auto;
}
.home-news-main-banner-preview{
	width: 580px;
	height: 420px;
	float: left;
	border-radius: 9px;
	overflow: hidden;
	background-color: #f1f2f3;
	position: relative;
	background-size: 580px 420px;
	background-repeat: no-repeat;
    background-position: center center;
}
.home-news-main-banner-preview a,.home-news-main-item-preview a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.home-news-main-item-preview a img,.home-news-main-banner-preview a img{
	width: 100%;
	height: 100%;
}
.home-news-main-items-parent{
	width: calc(100% - 595px);
	height: 580px;
	float: left;
}
.home-news-main-items{
	width: calc(100% + 20px);
	height: 580px;
	float: left;
	overflow: hidden;
}
.home-news-main-item{
	width: 260px;
	height: 240px;
	float: left;
	margin: 0 15px 10px 0;
}
.home-news-main-item-preview{
	width: 260px;
	height: 170px;
	border-radius: 9px;
	background-color: #f1f2f3;
	position: relative;
	background-size: 270px 170px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.home-news-main-item-title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 10px 0 0 0;
	font-size: 16px;
	float: left;
}
.home-news-main-item-title a{
	cursor: pointer;
	transition: color .3s ease;
	color: #5e5e5e;
	user-select: none;
	text-decoration: none;
	font-weight: bold;
}
.home-news-main-item-title a:hover{
	color: #00aeec;
	transition: color .3s ease;
}
.home-news-main-item-description-simple{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	float: left;
	user-select: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #767676;
}
.home-news-main-banner-parent{
	width: 580px;
	height: 580px;
	float: left;
	margin: 0 15px 0 0;
}
.home-news-main-item-time-length{
	width: calc(100% - 10px);
	padding: 0 10px 0 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	color: #ffffff;
	line-height: 40px;
	font-size: 16px;
	user-select: none;
	background-image: linear-gradient(#ffffff00, #343434);
	border-radius: 9px;
	overflow: hidden;
	z-index: 50;
}
.block-height-50px{
	width: 100%;
	height: 50px;
	float: left;
}
.block-height-10px{
	width: 100%;
	height: 10px;
	float: left;
}
.body-main-parent{
	width: 2560px;
	margin: 0 auto;
}
.home-banner-simple{
	height: 70px;
	background-image: unset!important;
	box-shadow: 0 0 7px rgb(0 0 0 / 22%);
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	z-index: 200;
	width: 100%;
	transition: height 0s ease;
}
.home-banner-simple .home-banner-content{
	display: none;
}
.home-banner-simple .home-banner-header,.home-banner-simple .home-banner-header .home-banner-header-nav,.home-banner-simple .home-banner-header .home-banner-header-nav .home-banner-header-nav-items{
	height: 70px;
}
.home-banner-simple .home-banner-header .home-banner-header-nav .home-banner-header-nav-items a{
	line-height: 70px;
	color: #18191c;
	height: 70px;
}
.home-banner-simple .home-banner-header .home-banner-header-search .home-banner-header-search-content{
	background-color: #f2f3f4;
}
.home-news-top-fake-banner{
	width: 100%;
	height: 200px;
	float: left;
}
.home-news-top-fake-banner-hidden{
	height: 0px;
}
.footer{
	width: 100%;
	float: left;
	background-color: #f6f7f8;
	padding: 50px 0 0 0;
	margin: 30px 0 0 0;
}
.home-ad{
	width: 100%;
	height: 200px;
	float: left;
	padding: 20px 0;
	max-height: 240px;
	opacity: 1;
	transition: max-height .3s ease,opacity .3s ease,padding .3s ease,height .3s ease;
}
.home-ad-main{
	width: 2000px;
	margin: 0 auto;
	height: 200px;
	position: relative;
}
.home-ad-main img{
	max-width: 100%;
	border-radius: 9px;
	overflow: hidden;
	user-select: none;
}
.home-ad-main-ad-icon{
	width: 53.2px;
	height: 30.8px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-size: 100%;
	background-image: url('/img/ad_icon.png');
	background-repeat: no-repeat;
    background-position: center center;
}
.home-ad-main a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
}
.home-news-items{
	width: 100%;
	float: left;
	max-height: 1280px;
	opacity: 1;
	transition: max-height .3s ease,opacity .3s ease;
}
.home-news-item{
	width: 2000px;
	/* height: 320px; */
	margin: 0 auto;
}
.home-news-item-main{
	width: 100%;
	/* height: 320px; */
	padding: 0 0 20px 0;
	float: left;
}
.line-title-demo-2{
	line-height: 3;
	width: calc(100% - 0px);
	float: left;
	padding: 0 0px;
	color: #18191c;
	font-size: 28px;
	user-select: none;
}
.footer-main{
	width: 2000px;
	margin: 0 auto;
}
.footer-main-items{
	width: 100%;
	float: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e5e7;	
}
.footer-main-item{
	width: calc(33.33% - 0px);
	float: left;
	margin: 0 0px;
}
.footer-main-item a{
	user-select: none;
}
.line-title-demo-3{
	line-height: 3;
	width: calc(100% - 30px);
	float: left;
	padding: 0 0px;
	color: #9499a0;
	font-size: 16px;
	user-select: none;
}
.footer-main-item-link-model a{
	float: left;
	margin: 0 20px 0 0;
	line-height: 36px;
	text-decoration: none;
	color: #18191c;
	font-size: 14px;
}
.footer-main-warning-information{
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
}
.footer-main-warning-information p{
	font-size: 14px;
	color: #767676;
	line-height: 36px;
}
.home-news-items-hidden{
	max-height: 0px!important;
	opacity: 0;
	transition: max-height .3s ease,opacity .3s ease;
	overflow: hidden;
}
.home-ad-hidden{
	height: 0px;
	max-height: 0px!important;
	opacity: 0;
	padding: 0 0;
	transition: max-height .3s ease,opacity .3s ease,padding .3s ease,height .3s ease;
	overflow: hidden;
}
.home-news-hidden{
	height: 0px;
	max-height: 0px!important;
	opacity: 0;
	transition: height .3s ease,opacity .3s ease,max-height .3s ease,padding-top .3s ease;
	overflow: hidden;
	height: 0px;
}
.player-page-parent{
	width: 100%;
	max-height: 1860px;
	opacity: 1;
	float: left;
	transition: height .3s ease,opacity .3s ease,max-height .3s ease,padding-top .3s ease;
}
.player-page-parent-hidden{
	max-height: 0px!important;
	opacity: 0;
	transition: height .3s ease,opacity .3s ease,max-height .3s ease,padding-top .3s ease;
	overflow: hidden;
}
.player-page{
	width: 1600px;
	margin: 0 auto;
}
.player-page-main{
	width: 100%;
	float: left;
}
.player-page-player{
	width: 1280px;
	float: left;
}
.player-page-player video{
	max-width: 100%;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.player-page-player iframe{
	width: 1260px;
	height: 708px;
	overflow: hidden;
	user-select: none;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e7e7e7;
}
.player-page-player-other{
	width: calc(100% - 1300px);
	float: right;
}
.player-page-player-other-select-part{
	width: 320px;
	max-height: 400px;
	float: left;
	background-color: #f4f4f4;
	padding: 0 0 10px 0;
}
.line-title-demo-4{
	line-height: 2;
	width: calc(100% - 30px);
	float: left;
	padding: 10px 15px 10px 15px;
	color: #212121;
	font-size: 16px;
	user-select: none;
}
.line-title-demo-7{
	line-height: 2;
	width: calc(100% - 30px);
	float: left;
	padding: 10px 0px 10px 0px;
	color: #212121;
	font-size: 16px;
	user-select: none;
}
.player-page-player-other-select-part-main-scroll{
	width: 100%;
	max-height: 340px;

	overflow-y: scroll;
	overflow-x: hidden;
}
.player-page-player-other-select-part-main{
	width: 100%;
	float: left;
}
.player-page-player-other-select-part-main-items{
	width: calc(100% - 20px);
	float: left;
}
.player-page-player-other-select-part-main-item{
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin: 0px 0 5px 6px;
	padding: 0 0 0 10px;
	float: left;
	font-size: 13px;
	color: #333;
	cursor: pointer;
	background-color: #ffffff00;
	transition: background-color .3s ease;
	user-select: none;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.player-page-player-other-select-part-main-item:hover{
	transition: background-color .3s ease;
	background-color: #ffffff;
}
.player-page-player-other-select-part-main-item-playing{
	background-color: #ffffff;
}
.player-page-player-other-select-part-main-item-playing i{
	padding: 0 6px 0 0;
	color: #00a1d6;
}
.player-page-player-other-select-part-main-item i{
	width: 0px;
	overflow: hidden;
}
.player-page-player-other-select-part-main-item-playing i{
	width: unset;
}
.player-page-news-item{
	width: 320px;
	height: 100px;
	float: left;
	margin: 0 0 10px 0;
}
.player-page-news-item-preview{
	width: 150px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	background-size: 150px 100px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
}
.player-page-news-item-preview img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 35;
}
.player-page-news-item-preview a{
	display: block;
	width: 100%;
	height: 100%;
}
.player-page-news-item-preview-information{
	width: calc(100% - 160px);
	float: right;
}
.player-page-news-item-preview-title{
	width: 100%;
	float: left;
}
.player-page-news-item-preview-title a{
	color: #212121;
	text-decoration: none;
}
.line-title-demo-5{
	line-height: 18px;
	width: calc(100% - 0px);
	float: left;
	padding: 0px 0px 0px 0px;
	color: #212121;
	font-size: 15px;
	user-select: none;
}
.home-news-main-item-description-simple-for-player-page{
	width: 100%;
	height: 70px;
	padding: 2px 0 0 0;
	line-height: 22px;
	font-size: 14px;
	float: left;
	user-select: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #767676;
}
.line-title-demo-6{
	line-height: 2;
	width: calc(100% - 0px);
	float: left;
	padding: 5px 0 0px 0;
	color: #18191c;
	font-size: 28px;
	user-select: none;
}
.player-page-player-information{
	width: 100%;
	float: left;
	padding: 15px 0;
}
.player-page-player-information p{
	font-size: 14px;
	color: #747474;
	padding: 2px 0 10px 0;
	line-height: 22px;
	user-select: none;
}
.home-banner-header-search-news-result-items{
	padding: 10px 0 0 0;
}
.home-banner-header-search-news-result-item{
	line-height: 34px;
	font-size: 14px;
	width: calc(100% - 40px);
	padding: 0px 20px;
	margin: 0px 0 6px 0;
	float: left;
	color: #18191c;
	cursor: pointer;
}
.home-banner-header-search-news-result-item:hover{
	background-color: #e3e5e7;
}
.search-result-parent{
	width: 100%;
	padding-top: 80px;
	max-height: 1500px;
	opacity: 1;
	float: left;
	overflow: hidden;
	transition: padding-top .3s ease,max-height .3s ease,opacity .3s ease,padding-top .3s ease;
}
.search-result{
	width: 2000px;
	margin: 0 auto;
}
.search-result-main{
	width: 100%;
	float: left;
}
.search-result-parent-hidden{
	padding-top: 0px;
	max-height: 0px!important;
	opacity: 0;
	transition: padding-top .3s ease,max-height .3s ease,opacity .3s ease,padding-top .3s ease;
}
.player-page-player-information a{
	text-decoration: none;
	color: #747474!important;
}
.actors-movies-parent{
	max-height: 2000px;
	opacity: 1;
	width: 100%;
	float: left;
	padding-top: 80px;
	transition: max-height .3s ease,height .3s ease,opacity .3s ease,padding-top .3s ease;
}
.actors-movies{
	width: 2000px;
	margin: 0 auto;
}
.actors-movies-main{
	width: 100%;
	float: left;
}
.actors-movies-main-movies-items{
	width: 100%;
	float: left;
}
.actors-movies-main-actor-information{
	width: 100%;
	float: left;
	padding: 10px 0 10px 0;
}
.actors-movies-main-actor-information-preview{
	width: 300px;
	height: 300px;
	margin: 0 auto;
	float: left;
	background-size: 300px 300px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 9px;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
}
.actors-movies-main-actor-information-preview img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.actors-movies-main-actor-information-name-and-other{
	width: calc(100% - 330px);
	height: 300px;
	float: left;
	margin-left: 30px;
}
.line-title-demo-8{
	line-height: 1.8;
	width: calc(100% - 30px);
	float: left;
	padding: 6px 0px;
	color: #6c6c6c;
	font-size: 16px;
	user-select: none;
}
.fa-icon-1{
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 26px;
	float: left;
	border-radius: 60px;
	overflow: hidden;
	margin-right: 15px;
}
.fa-icon-1 a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.actors-movies-parent-hidden{
	max-height: 0px!important;
	opacity: 0; 
	overflow: hidden;
	padding-top: 0px;
	transition: max-height .3s ease,height .3s ease,opacity .3s ease,padding-top .3s ease;
}
.player-page-play-video{
	/*display: none;*/
	width: 100%;
	background-color: transparent;
}

.player-page-movie-info-name{
	padding-top: 20px;
	border-top: 1px solid #e7e7e7;
}
.home-banner-header-search-home-button{
	width: 45px;
	height: 45px;
	border-radius: 9px;
	background-color: #f3f4f5;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #6c6c6c;
	cursor: pointer;
	float: left;
	width: 0px;
	overflow:  hidden;
}
.home-banner-header-search-home-button a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #6c6c6c;
}
.search-result-main-result-items{
	width: 100%;
	float: left;
}
.video-item-title-movies-part-count{
	padding: 0 0 0 3px;
}



@media screen and (max-width: 2800px) {


	.body-main-parent{
		width: 1800px;
	}
	.body-main{
		width: 1800px;
	}
	.footer-main{
		width: 1600px;
	}
	.player-page-player-other{
		width: calc(100% - 1300px);
	}
	.home-news-main{
		width: 1700px;
	}
	.home-news-item{
		width: 1700px;
	}
	.actors-movies{
		width: 1600px;
	}
	.search-result{
		width: 1600px;
	}
	.home-news-main-items{
		height: 500px;
	}
}






@media screen and (max-width: 2000px) {


	.body-main-parent{
		width: 1500px;
	}
	.body-main{
		width: 1500px;
	}
	.footer-main{
		width: 1400px;
	}
	.player-page{
		width: 1400px;
	}
	.player-page-player{
		width: 1060px;
	}
	.player-page-player iframe{
		width: 1060px;
		height: 596px;
	}
	.player-page-player-other{
		width: calc(100% - 1090px);
	}
	.home-news-main{
		width: 1400px;
	}
	.home-news-item{
		width: 1400px;
	}
	.actors-movies{
		width: 1400px;
	}
	.search-result{
		width: 1400px;
	}
}







@media screen and (max-width: 1600px) {


	.body-main-parent{
		width: 1200px;
	}
	.body-main{
		width: 1200px;
	}
	.footer-main{
		width: 1100px;
	}
	.player-page{
		width: 1100px;
	}
	.player-page-player{
		width: 760px;
	}
	.player-page-player iframe{
		width: 760px;
		height: 427px;
	}
	.player-page-player-other{
		width: calc(100% - 790px);
	}
	.home-news-main{
		width: 1100px;
	}
	.home-news-item{
		width: 1100px;
	}
	.actors-movies{
		width: 1100px;
	}
	.search-result{
		width: 1100px;
	}
}







@media screen and (max-width: 1400px) {


	.body-main-parent{
		width: 900px;
	}
	.body-main{
		width: 900px;
	}
	.footer-main{
		width: 800px;
	}
	.player-page{
		width: 800px;
	}
	.player-page-player{
		width: 460px;
	}
	.player-page-player iframe{
		width: 460px;
		height: 258px;
	}
	.player-page-player-other{
		width: calc(100% - 500px);
	}
	.home-news-main{
		width: 800px;
	}
	.home-news-item{
		width: 800px;
	}
	.home-news-main-banner-parent{
		width: 100%;
		float: left;
	}
	.home-news-main-banner-preview{
		width: 100%;
		height: 560px;
		float:left;
		background-size:800px 560px;
	}
	.home-news-main-banner-parent{
		height: 660px;
	}
	.home-news-main{
		/* height: 660px; */
	}
	.home-news-main-items-parent{
		width: 100%;
		float:left;
	}
	.home-news{
		max-height: 2800px;
	}
	.actors-movies{
		width: 800px;
	}
	.actors-movies-main-actor-information-name-and-other{
		height: unset;
	}
	.home-news,.home-news-main,.home-news-main-banner-parent,.home-news-main-items-parent,.home-news-main-items{
		height: unset;
	}
	.home-news-hidden{
		height: 0px;
	}
	.search-result{
		width: 800px;
	}
	.home-news-main-items-parent{
		padding-top: 30px;
	}
	.home-banner-header-search{
		right: 20px;
		left: unset;
	}
}







@media screen and (max-width: 1000px) {


	.body-main-parent{
		width: calc(100% - 40px);
	}
	.body-main{
		width: calc(100% - 0px);
	}
	.footer-main{
		width: calc(100% - 40px);
	}
	.player-page{
		width: calc(100% - 80px);
	}
	.player-page-player{
		width: calc(100% - 0px);
	}
	.player-page-player iframe{
		width: 100%;
		height: calc(100vw * 0.5);
	}
	.player-page-player-other{
		width: calc(100% - 0px);
	}
	.player-page-player-other-select-part{
		width: 100%;
	}
	.footer-main-item{
		width: 100%;
	}
	.home-news-main{
		width: calc(100% - 40px);
	}
	.home-news-item{
		width: calc(100% - 40px);
	}

	.home-news-main-banner-parent{
		height: calc(100vw * 0.5 + 100px);
	}
	.home-news-main{
		height: calc(100vw * 0.5 + 100px);
	}
	.home-news-main-banner-preview{
		width: 100%;
		height: calc(100vw * 0.5);
		float:left;
		background-size:100% calc(100vw * 0.5);
	}
	.actors-movies{
		width: calc(100% - 80px);
	}
	.actors-movies-main-actor-information-preview{
		width: 100%;
		height: calc(100vw * 0.5);
	}
	.actors-movies-main-actor-information-name-and-other{
		width: 100%;
		margin: 0;
	}
	.search-result{
		width: calc(100% - 80px);
	}
	.home-banner-header-nav{
		display: none;
	}
	.home-banner-header-search{
		width: calc(100% - 40px);
		left: 20px;
	}
	.home-banner-header-search-home-button{
		width: 45px;
		margin: 0 10px 0 0;
	}
	.home-banner-header-search-content{
		width: calc(100% - 55px);
		float: right;
	}
	.player-page-parent{
		max-height: 2800px;
	}
}


