/*!
 * Edition v2.0 Copyright 2016-2018 http://v.shoutu.cn
 * Email 726662013@qq.com,admin@shoutu.cn
 */
@charset "utf-8";

/* all */
body{ padding-top: 80px;}

/* header */
.stui-header__top{
	position:fixed; 
	top:0; 
	z-index:999; 
	width:100%; 
	min-height:60px; 
	background:  #292838;
}
.top-fixed-down{margin-top:-80px}
.stui-header__side{float:right}

/* header-logo */
.stui-header__logo,.stui-header__menu,.stui-header__search{float:left}
.stui-header__logo{margin-top: 13px;}
.stui-header__logo .logo{
	display:block;
	width:127px;
	height:43px;
	background:url(../img/logo_f.png) no-repeat; 
	background-position:50% 50%;
	background-size:cover;
}

/* header-seacrh */
.stui-header__search{
	position: relative; 
	width:365px; 
	margin-left: 50px; 
	margin-top: 17px;
	background: #13315c;
	border-radius: 3px;
}
.stui-header__search .form-control{ 
	height: 36px; 
	padding: 0 15px; 
	background: #13315c;
	border: 0;
	box-shadow: 0 0 0 0 white;
	font-size: 14px;
}
.stui-header__search .submit{
	display:block;
	position:absolute; 
	top:0; 
	right: 0;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center; 
	border: 0;
	cursor: pointer;
	background: #e63946;
	border-radius: 0 5px 5px 0;
}
.stui-header__search .submit .icon{
	font-size:16px; 
	color: black;
	font-weight: bold;
}

/* header-menu */
.stui-header__menu{
	position:relative;
	height: 70px;
	line-height: 70px;
}
.stui-header__menu > li{ 
	position: relative; 
	float: left; 
	margin-left: 50px; 
}
.stui-header__menu > li > a{ 
	font-size: 16px; 
	line-height: 30px; 
	color:#8da9c4;
}
.stui-header__menu > li.active > a,.stui-header__menu .dropdown li.active a{ 
	background-color: #e63946; 
	color: #FFFFFF;
}
.stui-header__menu > li .dropdown{ 
	display: none; 
	width: 813px; 
	height: 136px;
	position: absolute; 
	z-index: 999; 
	top: 100%; 
	left: -200px;
	 padding: 20px 10px 10px 20px; 
	 border-radius: 4px; 
	 box-shadow: 0 2px 8px rgba(0,0,0,.2);
	}
.stui-header__menu > li .dropdown:before{ content:" "; width:10px; height:10px; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); position: absolute; top:-5px; left: 230px;}
.stui-header__menu > li:hover .dropdown{ display: block;} 
.stui-header__menu .dropdown li{
	float:left; 
	width: 145px; 
	text-align: center;
	height: 45px;
	margin: 0px 11px 12px 0;
}
.stui-header__menu .dropdown li a{
	display: block;
	 border-radius: 4px; 
	 width: 145px;
	 height: 45px;
	 line-height: 45px;
	}

/* header-user */
.stui-header__user{
	float:right;
	height: 70px;
}
.stui-header__user > li{ 
	float:left; 
	position: relative; 
	padding: 22px 0 0px; 
	margin-left: 30px;
}
.stui-header__user > li > a,.stui-header__user > li > a .icon{ 
	display: inline-block; 
	font-size: 24px; 
	line-height: 24px; 
	color: #829eb9;
}
.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;  box-shadow: 0 2px 8px rgba(0,0,0,.2); border-radius: 4px;  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; }
.stui-header__user > li:hover .dropdown{ display: block;} 
.stui-header__user .dropdown .history li{ position: relative; padding: 10px 0;}
.stui-header__user .dropdown .history li:first-child{ margin-top: 10px;}
.stui-header__user .dropdown .history li:last-child{ padding-bottom: 0;}

/* banner */
.stui-banner{ position: relative; }
.stui-banner__item{ position: relative; display: block; width: 100%;}
.stui-banner__pic{ display: block; position: relative;}
.stui-banner__switch{position: absolute; bottom: 0; left: 0; z-index: 99; width: 100%; height: 120px;}
.stui-banner__switch ul{ margin-top: 15px; padding: 0 10px; display: -webkit-box; display: -webkit-flex; display: flex;}
.stui-banner__switch ul li{ padding: 10px; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-align: center;}
.stui-banner__switch ul li span{ border: 3px solid rgba(255,255,255,0.8);}
.stui-banner__switch ul li.active span{ border: 3px solid #ff6600;}
.carousel-control{ position: absolute; z-index: 99; top: 0; bottom: 0; display: block; width: 100px; height: 100%;}
.carousel-control .icon{ position: absolute; top: 50%; margin-top: -25px; display: block; width: 50px; height: 50px; text-align: center; font-size: 30px; line-height: 50px; background-color: rgba(0,0,0,0.6); color: #fff; border-radius: 50%;}
.carousel-control.left{ left: 0;}
.carousel-control.left .icon{ left: 30px;}
.carousel-control.right{ right: 0; }
.carousel-control.right .icon{ right: 30px;}

/* screen */
.stui-pannel-screen{ background-color: #292838;height: 60px}
.stui-index__screen{ position: relative;}
.stui-index__screen li{ position: relative; float: left; width: 25%; padding-left: 20px; border-left: 1px solid #333; text-align: center;}
.stui-index__screen li:first-child{ border-left: 0; padding-left: 0;}
.stui-index__screen li a{ display: block; float: left; width: 33.333333%; line-height: 30px; color: #ddd;}

/* content */
.stui-content{ background-color: #f8f8f8;}
.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-left: 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;}
.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}
.stui-content__detail .play-btn{ padding-left:42px; margin-top:20px}
.stui-content__detail .play-btn .share{margin-top:5px}

/* player */
.stui-player__item{ padding: 0 20px; position: relative;}
.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{ 
	display: none;
	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;}

/* fonter */
.stui-foot{ padding-top: 20px; background-color: #f8f8f8;}

/* @media (max-width:1023px){

	.stui-header__logo{ margin-top: 15px;}
	.stui-header__logo .logo{width:127px;height:30px;background:url(../img/logo_min_f.png) no-repeat;background-position:50% 50%;background-size:cover}
	.stui-header__search{ width: 200px; margin-left: 20px;}
	.stui-header__menu > li{ margin-left: 20px;}
	.stui-header__user > li{ margin-left: 20px;}
	.stui-header__menu > li:hover .dropdown,.stui-header__user > li:hover .dropdown{ display: none;} 
	
	.stui-banner .flickity-page-dots{ bottom: 10px;}
		
} */

