@charset "utf-8";
/* all */
body{ padding-top: 70px}

/* header */
.stui-header__top{ position:fixed; top:0; z-index:999; width:100%; height:60px; background:linear-gradient(90deg,#E50914 0%,#c40812 100%); box-shadow:0 2px 10px rgba(0,0,0,.12);}
.top-fixed-down{margin-top:-60px}
.stui-header__side{float:right}

/* header-logo */
.stui-header__logo,.stui-header__menu{float:left}
.stui-header__logo{margin-top: 5px}
.stui-header__logo .logo{ display:block; height:50px; font-size:24px; font-weight:700; color:#fff; padding:15px 10px 10px 15px; letter-spacing:.5px;}


/* header-menu */
.stui-header__menu{position:relative;margin-left:30px}
.stui-header__menu li{float:left;}
.stui-header__menu li a{ display:inline-block; height: 60px; line-height: 60px; font-size:15px; padding: 0 20px; color: #fff;}
.stui-header__menu li.active a{ background-color: rgba(0,0,0,.18); color: #fff;}

/* header-seacrh */
.stui-header__search{float:left;position:relative;margin-top:15px;width:230px}
.stui-header__search .submit{display:block;position:absolute;top:0;right:0;width:30px;height:30px;line-height:30px;text-align:center; background: none; border: 0;cursor: pointer;}
.stui-header__search .submit .icon{font-size:14px;color:#999}

/* header-user */
.stui-header__user{float:right}
.stui-header__user > li{ float:left; position: relative; padding: 18px 0 10px; margin-left: 30px;}
.stui-header__user > li > a .icon{ display: inline-block; font-size: 24px; line-height: 24px; color: #fff;}
.stui-header__user > li .dropdown{ display: none; position: absolute; z-index: 999; width: 240px; top: 100%; right: -15px; padding: 15px; font-size: 12px; color: #999; background-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2); border-radius: 4px; background-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2);}
.stui-header__user > li .dropdown:before{ content:" "; width:10px; height:10px; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); position: absolute; top:-5px; right: 22px; background-color: #fff; border-top: 1px solid #eee; border-right: 1px solid #eee;}
.stui-header__user .dropdown li{ position: relative; padding: 10px 0;}
.stui-header__user .dropdown li:first-child{ margin-top: 10px;}
.stui-header__user .dropdown li:last-child{ padding-bottom: 0;}
.stui-header__user > li:hover .dropdown{ display: block;}

/* content */
.stui-content__detail,.stui-content__thumb{display:table-cell;vertical-align:top}
.stui-content__thumb .v-thumb{width:190px}
.stui-content__thumb .w-thumb{width:300px}
.stui-content__detail{width:100%;padding:10px 20px;}
.stui-content__detail .title{margin:10px 0 10px;line-height:30px}
.stui-content__detail .title .score{display: inline-block; margin-left: 10px; font-family: Georgia,"Times New Roman",Times,serif; font-size: 24px; line-height: 24px; color: #E50914;}
.stui-content__detail .data{margin-bottom:10px}
.stui-content__detail .data li{float:left;margin-right:20px}
.stui-content__detail .desc{padding-left:42px}
.stui-content__detail .desc .left{margin-left:-42px}

/* player */
.stui-player__video{ background-color: #000}
.stui-player__detail{ margin-top: 20px;}
.stui-player__detail .more-btn{ float: right; padding-top: 10px;}
.stui-player__detail .more-btn li{ display: inline-block; margin-left: 10px;}
.stui-player__detail .more-btn .btn{ padding: 6px 15px;}
.stui-player__detail .title{margin:0 0 10px}
.stui-player__detail .detail-content{padding-top:10px}
.stui-player__detail .desc{padding-left:42px}
.stui-player__detail .desc .left{margin-left:-42px}

/* autocomplete */
.autocomplete-suggestions{ padding: 0 10px; margin-top: 5px; border-radius:4px; background-color: #FFFFFF; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
.autocomplete-suggestions.active{position: absolute; z-index: 9999; top: 100%; width: 100%;}
.autocomplete-suggestion{padding:10px 0; cursor:pointer; border-top: 1px solid #EEEEEE;}
.autocomplete-suggestion:first-child{border-top:0}
.mac_results{ z-index: 9999; padding: 0 10px; margin-top: 5px; border-radius:4px; background-color: #FFFFFF; border:1px solid #EEEEEE; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
.mac_results li{padding:10px 0; cursor:pointer; border-top: 1px solid #EEEEEE;}
.mac_results li:first-child{ border: 0;}


@media (min-width:768px){
	.container{width:750px}
}
@media (min-width:992px){
	.container{width:920px}
}
@media (min-width:1200px){
	.container{width:1170px}
}
@media (min-width:1400px){
	.container{width:1380px}
}
@media (max-width:1024px){
	body{ padding-top: 90px;}
	.top-fixed-down{ margin-top: -90px !important;}

	/* 移动端：flex 两行，上 Logo+搜索+用户，下频道 */
	.stui-header__top{
		height: auto !important;
		padding: 0;
		background: #E50914;
		box-shadow: 0 2px 12px rgba(0,0,0,.18);
		overflow: hidden;
	}
	.stui-header__top > .container{
		width: 100% !important;
		max-width: none;
		padding: 0;
		margin: 0;
	}
	.stui-header_bd{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		padding: 8px 10px 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	/* clearfix 伪元素在 flex 下会变成多余项，导致错位 */
	.stui-header__top.clearfix:before,
	.stui-header__top.clearfix:after,
	.stui-header_bd.clearfix:before,
	.stui-header_bd.clearfix:after,
	.stui-header__top > .container:before,
	.stui-header__top > .container:after{
		display: none !important;
		content: none !important;
	}
	.stui-header_bd .row{ display: contents;}
	.stui-header__logo,
	.stui-header__side,
	.stui-header__menu,
	.stui-header__search,
	.stui-header__user{
		float: none !important;
	}
	.stui-header__logo{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 30%;
		margin: 0 !important;
		padding: 0;
	}
	.stui-header__logo .logo{
		display: block;
		width: auto;
		max-width: 100%;
		height: 34px;
		line-height: 34px;
		padding: 0 !important;
		margin: 0;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: none !important;
	}
	.stui-header__side{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		width: auto !important;
		margin: 0 0 0 8px !important;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0%;
		flex: 1 1 0%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		min-width: 0;
	}
	.stui-header__search{
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		float: none !important;
		width: auto !important;
		margin: 0 8px 0 0 !important;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0%;
		flex: 1 1 0%;
		min-width: 0;
	}
	.stui-header__search form{
		position: relative;
		margin: 0;
	}
	.stui-header__search .form-control{
		display: block;
		width: 100%;
		height: 34px;
		line-height: 20px;
		padding: 7px 34px 7px 12px;
		border: 0 !important;
		border-radius: 17px;
		background: #fff !important;
		color: #222;
		font-size: 13px;
		box-shadow: none !important;
		box-sizing: border-box;
	}
	.stui-header__search .form-control:focus{
		border: 0 !important;
		box-shadow: none !important;
	}
	.stui-header__search .submit{
		position: absolute;
		top: 0;
		right: 0;
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
	}
	.stui-header__search .submit .icon{
		font-size: 16px;
		color: #E50914;
	}
	.stui-header__user{
		float: none !important;
		margin: 0;
		padding: 0;
		list-style: none;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.stui-header__user > li{
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.stui-header__user > li > a{
		display: block;
		width: 34px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		border-radius: 50%;
		background: rgba(255,255,255,.22);
	}
	.stui-header__user > li > a .icon{
		font-size: 18px;
		line-height: 34px;
		color: #fff;
	}
	.stui-header__user > li .dropdown{ right: 0;}
	.stui-header__user > li .dropdown:before{ right: 10px;}

	.stui-header__menu{
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
		margin: 8px 0 0 !important;
		padding: 0 4px;
		position: relative;
		left: 0;
		right: 0;
		background: rgba(0,0,0,.16);
		box-sizing: border-box;
	}
	.stui-header__menu:before{ display: none !important; content: none !important;}
	.stui-header__menu .flickity-viewport{ height: 40px !important;}
	.stui-header__menu .flickity-slider{ height: 40px;}
	.stui-header__menu li{
		float: none !important;
		margin: 0 !important;
	}
	.stui-header__menu li a{
		position: relative;
		display: inline-block;
		padding: 0 14px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-weight: 500;
		color: rgba(255,255,255,.88);
		white-space: nowrap;
		background: none !important;
	}
	.stui-header__menu li.active a,
	.stui-header__menu li.is-selected a{
		color: #fff !important;
		font-weight: 700;
		background: none !important;
	}
	.stui-header__menu li.active a:after,
	.stui-header__menu li.is-selected a:after{
		content: '';
		position: absolute;
		left: 50%;
		bottom: 4px;
		width: 16px;
		height: 3px;
		margin-left: -8px;
		border-radius: 2px;
		background: #fff;
	}
	.stui-header__menu > li:hover .dropdown,
	.stui-header__user > li:hover .dropdown{ display: none;}
}
@media (max-width:767px){

	/* header */
	body{ padding-top: 88px;}
	.top-fixed-down{ margin-top: -88px !important;}
	.stui-header_bd{ padding: 8px 10px 0;}
	.stui-header__logo{ max-width: 28%;}
	.stui-header__logo .logo{ font-size: 15px; height: 32px; line-height: 32px;}
	.stui-header__side{ margin-left: 6px;}
	.stui-header__search{ margin-right: 6px !important;}
	.stui-header__search .form-control{
		height: 32px;
		padding: 6px 30px 6px 10px;
		border-radius: 16px;
		font-size: 12px;
	}
	.stui-header__search .submit{
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.stui-header__user > li > a{
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.stui-header__user > li > a .icon{ line-height: 32px; font-size: 16px;}
	.stui-header__menu .flickity-viewport,
	.stui-header__menu .flickity-slider{ height: 38px !important;}
	.stui-header__menu li a{ height: 38px; line-height: 38px; padding: 0 12px; font-size: 13px;}
	
	/* content */
	.stui-content__thumb .v-thumb{width:115px}
	.stui-content__thumb .w-thumb{width:160px}
	.stui-content__detail{padding:0 10px}
	.stui-content__detail .title{margin:10px 0 10px;font-size:16px;line-height:18px}
	.stui-content__detail .data{margin:0 0 10px;font-size:12px}
	.stui-content__detail .play-btn{margin:0;padding:0}	
	
	/* player */
	.stui-player__detail.detail .title{ margin-top: 10px; font-size: 16px;}
	.stui-player__detail{ margin-top: 0;}
	.stui-player__detail .data .title{font-size:16px}
	.stui-player__detail .more-btn{ margin-bottom: 10px;}
	.stui-player__detail .more-btn{ float: none; padding: 10px; background-color: #222; display: -webkit-box; display: -webkit-flex; display: flex;}
	.stui-player__detail .more-btn li{ margin: 0; padding: 0 5px; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-align: center;}
	.stui-player__detail .more-btn .btn{ display: block; padding: 6px;}
		
	/* type */
	.stui-mobile__type li{padding:0 20px}
	.stui-mobile__type li a{display:block;padding:10px 0;text-align:center}		
	
	/* foot */
	.stui-foot{padding:20px 0}
	
}

/* 隐藏DIV容器 */
@media screen and (min-width: 768px) {
	#waibu {
    display: none;
  }
}

/* 显示DIV容器 */
@media screen and (max-width: 767px) {
	#waibu {
    display: block;
  }
}
/* 底部悬浮广告 */
    #ad-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
    }

    #ad-banner img {
      width: 100%; /* 调整图片宽度适应广告条 */
    }

    #close-button {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: transparent;
      border: none;
      color: #fff;
      font-size: 16px;
      cursor: pointer;
    }