@charset "utf-8";

/* all */
html{height: 100%;}
body{ margin: 0; background: #0f0f0f; font-family:'Helvetica Neue', 'STHeiti', '微软雅黑', 'Microsoft YaHei', Helvetica,Arial,sans-serif; font-size:14px; line-height: 140%; color: #ccc;}
ul, ol, li,dt,dd{margin:0; padding:0; list-style:none;}
dl{margin-top:0; margin-bottom:0}
p{margin:0 0 10px;}
img{border: 0; vertical-align:middle}
img.img-responsive{ max-width: 100%; width: 100%;}
input{outline: medium none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
input:focus{border-color:#d82a0b; -webkit-box-shadow:inset 0 1px 1px rgba(216,42,11,.075),0 0 8px rgba(216,42,11,.6);}

/* container */
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
.container { width: 1400px; position: relative; padding-right: 15px; padding-left: 15px; margin: 0 auto;}
.row{position: relative; margin-right: -15px; margin-left: -15px;}
.container:before,.container:after,.row:before,.row:after,.clearfix:before, .clearfix:after{ display: table; content: " "; clear: both;}
.stui-warp-head{ float: left; width: 20%; min-height: 1px; padding-right: 20px;}
.stui-warp-content{ float: left; width: 80%;}
.stui-warp-content.active{ width: 100%;}

/* text */
h1{ font-size:22px; line-height: 28px;}
h2{ font-size:20px; line-height: 26px;}
h3{ font-size:18px; line-height: 24px;}
h4{ font-size:16px; line-height: 22px;}
h5{ font-size:14px; line-height: 20px;}
h6{ font-size:12px; line-height: 18px;}
h1,h2,h3,h4,h5,h6{ font-weight: 400; margin-top:10px; margin-bottom:10px}
a,button{ text-decoration:none; outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0)}
a,h1, h2, h3, h4, h5, h6{ color: #ccc;}
a:focus,a:hover,a:active{ text-decoration:none; color: #d82a0b;}
.text-red{ color: red;}
.text-muted{ color: #999;}
.text-center{ text-align: center;}
.split-line{display: inline-block; margin-left: 12px; margin-right: 12px; width: 1px; height: 14px; vertical-align: -2px; background-color: #444;}
.play{display: none; position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,0.1) url(../img/play.png) center no-repeat;}
.pic-text{ position: absolute; z-index: 2; bottom: 5px; right: 5px; padding: 3px 6px; border-radius: 12px; font-size: 11px; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; background-repeat: no-repeat; background-color: rgba(0,0,0,.8); color: #fff; font-weight: bold; display: flex; align-items: center; gap: 2px;}
.stui-player__video{ padding: 10px;}
.stui-player__foot{ padding: 10px;}

/* header */
.stui-header__top{ margin-top: 30px; border-radius: 5px; background-color: #1a1a1a; border: 1px solid #333; box-shadow: 0 1px 2px rgba(0,0,0,0.3); overflow: hidden;}
.stui-header__logo{float:left; margin: 10px 0 10px 20px;}
.stui-header__logo .logo{display:block; width:282px; height:60px; background:url(../img/logo_max.png) no-repeat;background-position:50% 50%;background-size:cover}
.stui-header__search{ float: right; position:relative; width:280px; margin: 25px 20px 10px 0;}
.stui-header__search .form-control{display:block; width:100%; height: 35px; padding:6px 45px 6px 10px; font-size:12px; line-height:32px; border-radius: 5px; transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s; background-color: #2a2a2a; color: #ccc; border: 1px solid #444;}
.stui-header__search .submit{display:block; position:absolute; top: 0; right: 0; width:35px; height:35px; border: 0; cursor: pointer; background: url(../img/icon_seacrh.png) center no-repeat;}
.stui-header__menu{ background-color: #d82a0b;}
.stui-header__menu li{ position: relative; float:left;}
.stui-header__menu li a{ display:inline-block; padding: 15px 30px; font-size:15px; color: #fff;}
.stui-header__menu li.active a{ background-color: #b8220a; color: #fff;}
.stui-header__nav{ float: right; margin-right: 20px; margin-top: 30px; display: block; width: 30px; height: 50px;}
.stui-header__nav span{ display: block; width: 30px; height: 5px; margin-bottom: 5px; background-color: #d82a0b;}
.stui-header__nav span:last-child{ margin-bottom: 0;}
.stui-top-menu{ width: 260px;}
.stui-top-menu.floatTop{ position: fixed; top: 0;}
.stui-top-menu.floatBottom{ position: fixed; bottom: 130px;}

/* pannel */
.stui-pannel{ position: relative; margin-top: 20px; border-radius: 5px; background-color: #1a1a1a; border: 1px solid #333; box-shadow: 0 1px 2px rgba(0,0,0,0.3);}
.stui-pannel-bd{ padding: 10px;}
.stui-pannel__head{ padding: 10px 20px; line-height: 25px; border-bottom: 1px solid #333;}
.stui-pannel__head .title{ margin: 0; color: #ccc;}

/* 交互区域统一布局 */
.stui-interact-area{
    margin-top: 15px;
    padding: 15px;
    background-color: #1a1a1a;
    border-radius: 8px;
    border: 1px solid #333;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    min-height: 50px;
}

/* 标签区域 */
.stui-tags-section{
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.stui-tags-label{
    color: #d82a0b;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 6px;
}
.stui-tags-list{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
}
.stui-tag{
    display: inline-block;
    padding: 5px 12px;
    border-radius: 16px;
    background-color: #2a2a2a;
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #444;
    white-space: nowrap;
}
.stui-tag:hover{
    background-color: #d82a0b;
    border-color: #d82a0b;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(216, 42, 11, 0.3);
}
.stui-tag:active{
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(216, 42, 11, 0.3);
}

/* 顶踩区域 */
.stui-digg-section{
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
}
.stui-digg-btn{
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: #2a2a2a;
    color: #ccc;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #444;
    white-space: nowrap;
    min-width: 70px;
    justify-content: center;
}
.stui-digg-btn:hover{
    background-color: #d82a0b;
    border-color: #d82a0b;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(216, 42, 11, 0.3);
}
.stui-digg-btn:active{
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(216, 42, 11, 0.3);
}
.stui-digg-btn.disabled{
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}
.stui-digg-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
}
.stui-digg-up .stui-digg-icon::before{
    content: "🍌";
}
.stui-digg-down .stui-digg-icon::before{
    content: "🍌";
    transform: rotate(180deg);
    display: inline-block;
}
/* 点击后的激活状态 */
.stui-digg-btn.active{
    background-color: #d82a0b;
    border-color: #d82a0b;
    color: #fff;
}
.stui-digg-btn.active .stui-digg-icon::before{
    filter: grayscale(0);
}
.stui-digg-text{
    margin-right: 4px;
}
.stui-digg-num{
    font-style: normal;
    font-weight: bold;
    margin-left: 2px;
}

.stui-pannel__menu li{ border-bottom: 1px solid #333;}
.stui-pannel__menu li:last-child{ border-bottom: 0;}
.stui-pannel__menu li a{ display: block; padding: 10px 20px; font-weight: bold; color: #d82a0b;}
.stui-pannel__menu li a:hover,.stui-pannel__menu li.active a:hover{ background-color: #d82a0b; color: #fff;}


.stui-pannel__menu li.active a{ background-color: #2a2a2a;}
.stui-pannel__menu li a .count{ padding: 2px 8px; border-radius: 4px; background-color: #d82a0b; font-size: 12px; color: #fff;}
.stui-pannel__menu li a:hover .count{ background-color: #b8220a;}

/* vodlist */
.stui-vodlist li{ padding: 10px; float: left; width: 20%;}
.stui-vodlist__thumb{ position: relative; display: block; padding-top: 70%; background: url(../img/load.gif) no-repeat; background-position: 50% 50%; background-size: cover; border-radius: 5px;}
.stui-vodlist__thumb.active{ padding-top: 50%; background: url(../img/load_w.gif) no-repeat; background-position: 50% 50%; background-size: cover;}
.stui-vodlist__thumb:hover .play{ display: block;}
.stui-vodlist__detail .title{
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.stui-vodlist__detail .title a{
    color: #ccc;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stui-vodlist__detail .title a:hover{ color: #d82a0b;}
.stui-vodlist__detail .sub{ margin-bottom: 0; font-size: 12px; color: #999;}

/* page */
.stui-page{ margin-bottom: 20px;}
.stui-page li{display:inline-block;margin-left:10px}
.stui-page li .num,.stui-page li a{display:inline-block;padding:5px 15px;border-radius: 4px; background-color: #2a2a2a; border: 1px solid #444; color: #ccc;}
.stui-page li a:hover{ background-color: #d82a0b; border-color: #d82a0b; color: #fff;}
.stui-page li.active a,.stui-page li.disabled a{ background-color: #d82a0b; border: 1px solid #d82a0b; color: #fff;}

/* embed */
.embed-responsive{position:relative;display:block;overflow:hidden;padding:0;height:0}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-16by9{padding-bottom:56.25%}
.embed-responsive-4by3{padding-bottom:75%}

/* more */
.margin-0{ margin: 0 !important;}
.padding-0{ padding: 0 !important;}
.pull-left{ float: left !important;}
.pull-right{ float: right !important;}
.hide,.visible-lg, .visible-md, .visible-sm, .visible-xs, .visible-mi{ display: none !important;}
.stui-foot{ margin: 20px 0; padding: 20px; background-color: #1a1a1a; border: 1px solid #333; border-radius: 5px; text-align: center; color: #999;}

@media (min-width: 1200px){	
	.visible-lg { display: block !important;}
	.hidden-lg {display: none !important;}		
}

@media (max-width: 1199px) and (min-width: 992px){
	.visible-md { display: block !important;}
	.hidden-md {display: none!important;}
}

@media (max-width: 991px) and (min-width: 768px){	
	.visible-sm{ display: block !important;}
	.hidden-sm {display: none !important;}
}

@media (max-width: 1399px){
	.container{ width: 100%; padding-left: 30px; padding-right: 30px;}	
}

@media (max-width: 1023px){
	.stui-warp-head{ display: none; float:  none; width: 100%; padding-right: 0;}
	.stui-warp-content{ float: none; width: 100%;}	
	.stui-top-menu{ width: 100%;}
}

@media (max-width:767px){
	.visible-xs { display: block !important;}
	.hidden-xs {display: none!important;}
	.container{ padding: 0;}	
	.row{ margin: 0;}
    
	.stui-player__video{ padding: 5px;}
	.stui-player__foot{ padding: 5px;}
    
    /* header */
    .stui-header__top{ margin-top: 0; border: 0; box-shadow: none; border-radius: 0; background-color: #1a1a1a;}
    .stui-header__logo{ margin: 10px 0 10px 10px; padding: 0;}
    .stui-header__logo .logo{width: 148px; height:35px;background:url(../img/logo_min.png) no-repeat;background-position:50% 50%;background-size:cover}
    .stui-header__search{ float: none; width: auto; margin: 0; position: absolute; top: 15px; right: 50px; left: 168px;}
    .stui-header__search .form-control{ height: 30px; line-height: 30px; border-radius: 5px; padding:6px 40px 6px 10px; border: 1px solid #444; background-color: #2a2a2a; color: #ccc;}
    .stui-header__search .submit{ width: 30px; height: 30px;}
    .stui-header__nav{ height: 30px; margin-top: 18px; margin-right: 10px;}
	.stui-header__menu { position:relative; margin: 0; overflow: auto; white-space:nowrap; overflow-y:hidden;overflow-x:scroll; -webkit-overflow-scrolling:touch}
	.stui-header__menu li{ float: none; display: inline-block;}
	.stui-header__menu li a{ padding: 10px 15px; font-size: 14px;}
	.stui-header__menu li:hover .dropdown{ display: none;} 
	
	/* pannel */
	.stui-pannel{ margin-top: 10px; border: 0; border-radius: 0; box-shadow: none; background-color: #1a1a1a;}
	.stui-pannel-bd{ padding: 5px;}
	.stui-pannel__head{ padding: 10px; line-height: 25px; border-bottom: 1px solid #333;}
	.stui-pannel__head .title{ font-size: 16px; color: #ccc;}

	/* 移动端交互区域优化 - 紧凑布局 */
	.stui-interact-area{
		margin-top: 8px;
		padding: 8px 10px;
		flex-direction: row;
		gap: 15px;
		align-items: center;
		background-color: #1a1a1a;
		min-height: auto;
		border-color: #333;
	}

	/* 移动端标签区域 - 紧凑显示 */
	.stui-tags-section{
		flex-direction: row;
		gap: 6px;
		align-items: center;
		flex-wrap: wrap;
		flex: 1;
	}
	.stui-tags-label{
		font-size: 11px;
		margin-top: 0;
		flex-shrink: 0;
		color: #888;
	}
	.stui-tags-list{
		gap: 3px;
		flex: 1;
	}
	.stui-tag{
		padding: 3px 8px;
		font-size: 10px;
		border-radius: 12px;
		margin: 0 2px 2px 0;
	}
	.stui-tag:hover{
		transform: none;
		box-shadow: none;
	}

	/* 移动端顶踩区域 - 紧凑按钮 */
	.stui-digg-section{
		justify-content: flex-end;
		gap: 8px;
		margin-top: 0;
		padding-top: 0;
		border-top: none;
		flex-shrink: 0;
	}
	.stui-digg-btn{
		padding: 6px 12px;
		font-size: 11px;
		border-radius: 18px;
		min-width: 60px;
		flex: 0 0 auto;
	}
	.stui-digg-btn:hover{
		transform: none;
		box-shadow: none;
	}
	.stui-digg-icon{
		width: 14px;
		height: 14px;
		margin-right: 3px;
		font-size: 14px;
	}
	.stui-digg-text{
		margin-right: 3px;
		font-size: 11px;
	}


	
	/* vodlist */
	.stui-vodlist li{ padding: 5px; width: 50%;}
	.stui-vodlist__detail .title{
		height: 32px;
		font-size: 13px;
		line-height: 16px;
	}
	
	/* page */
	.stui-page{ padding: 0 10px;}
	.stui-page li{float:left; width:20%; margin:0; padding:0 5px 0 5px}
	.stui-page li a,.stui-page li .num{display:block;padding:5px 0;text-align:center; background-color: #2a2a2a; border: 1px solid #444; color: #ccc;}
	.stui-page li a:hover{ background-color: #d82a0b; border-color: #d82a0b; color: #fff;}
	.stui-page li.active a{ background-color: #d82a0b; border-color: #d82a0b; color: #fff;}
}

/* 公告滚动样式 */
.stui-notice{
    margin: 0 -15px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border-top: 2px solid #d82a0b;
    border-bottom: 1px solid #333;
    padding: 8px 0;
    overflow: hidden;
}

.stui-notice-content{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;
}

.stui-notice-icon{
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stui-notice-icon .notice-emoji{
    font-size: 18px;
    color: #d82a0b;
    display: block;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.stui-notice-text{
    flex: 1;
    overflow: hidden;
}

.stui-notice-text marquee{
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

/* 移动端公告样式 */
@media (max-width: 767px) {
    .stui-notice{
        margin: 0;
        padding: 6px 0;
    }

    .stui-notice-content{
        padding: 0 15px;
        gap: 8px;
        max-width: none;
    }

    .stui-notice-icon{
        width: 20px;
        height: 20px;
    }

    .stui-notice-icon .notice-emoji{
        font-size: 16px;
    }

    .stui-notice-text marquee{
        font-size: 12px;
        line-height: 20px;
    }
}