@charset "utf-8";

html{ width:100%; height: 100px; background: white;
	overflow: auto; /* 溢出需要可滚动 */
	scrollbar-width: none; /* Firefox隐藏滚动条 */
	-ms-overflow-style: none; /* Internet Explorer 10+隐藏滚动条 */
}
.container{padding-bottom: 150px;}
.stui-header__top::-webkit-scrollbar {
	width: 0;      /* Safari,Chrome 隐藏滚动条 */
	height: 0;     /* Safari,Chrome 隐藏滚动条 */
	display: none; /* 移动端、pad 上Safari，Chrome，隐藏滚动条 */
}
/* all */
body{ padding-top: 100px;color: black;}

.more_i{font-size: 0.5rem;}
.icon-history{color: white;font-size: 1.5em;}
.icon-search-movie{color: dimgray;}
.down_list label+label, .down_list .btn_bd{margin-left:10px;}
.down_list p{display: inline-block;}
.down_list li{margin-bottom: 10px}
.down_list .thunder_url,.downtools .thunder_down_all{margin-left:10px;color: white;}
.down_btn{margin:6px;}
.down_list label,.down_list a.btn_bd{ display: inline;padding: 0.3rem 0.5rem;color: #fff;line-height: 1;cursor: pointer;}
.down_list a{color: white;}
.down_list .thunder_down{ background: #1890ff;}
.down_list .xiaomi{ background: #ff6628;}
.down_list .btn_bd{ background: gray;}
.pannel{padding:0 10px;}
.down-btn-inline{display: inline-block;}
.stui-pannel-play-box{padding:0;}
.stui-pannel-play-box .stui-player{padding:0;}
.stui-pannel-play-box .title,.stui-pannel-play-box .data{padding:0 10px;}
.stui-player__detail .more-btn .btn{color:white;border:none;}
.stui-foot{padding:20px 0;}
.banner-list-box .stui-pannel-box,.banner-list-box .carousel_center{padding:0;}
.map_nav{text-align: center;margin-bottom: 10px;}
.text_center{text-align: center;}
ul.page li{display: inline-block;list-style: none;padding: 6px 10px;background: lavender;
	margin-bottom: 10px;}
ul.page li.active{background: ghostwhite;}
/*.map_nav a{color: white;}*/
/*.vod-desc{color: whitesmoke;}*/
#verify{display: inline-block;width: 120px;}
.pt20{padding-top:20px;}
.split_line{ display: inline-block;margin-left: 0.25rem;margin-right: 0.25rem;width: 1px;height: 0.4rem;vertical-align: -0.05rem;background-color: #d6d6d6;}

/* header */
.stui-header__top{ position:fixed; top:0;z-index: 999;width:100%; height: 100px; background: white;overflow-y: hidden;
	overflow: auto; /* 溢出需要可滚动 */
	scrollbar-width: none; /* Firefox隐藏滚动条 */
	-ms-overflow-style: none; /* Internet Explorer 10+隐藏滚动条 */
}
.stui-header__top::-webkit-scrollbar {
	width: 0;      /* Safari,Chrome 隐藏滚动条 */
	height: 0;     /* Safari,Chrome 隐藏滚动条 */
	display: none; /* 移动端、pad 上Safari，Chrome，隐藏滚动条 */
}
.top-fixed-down{margin-top:-60px}
.stui-header__side{float:right}

.stui-pannel_bd ul li{position: relative;bottom: -1px;padding: 15px 10px;border-bottom: 1px dotted #dbdbdb;overflow: hidden;}
.stui-pannel_hd ul li{border-bottom: 1px dashed wheat;padding: 10px;font-size: 20px;}
.stui-pannel_hd ul li a{font-size:18px;}
.stui-pannel_hd ul li.active a{color:darkorange;}

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

/* header-menu */
.stui-header_center{ display: block;text-align: center;}
.stui-header__menu{display: inline-block;}
.stui-header__menu li{float:left;}
.stui-header__menu li a{ display:inline-block; height: 55px; line-height: 50px; font-size:15px; padding: 0 10px; }
.stui-header__menu li.active a{ color: #e9bd6c;border-bottom: 2px solid;}

/* header-seacrh */
.stui-header__search{float:left;position:relative;margin-top:12px;width:200px}
.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: 15px 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: #09BB07;}
.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;}
.art-list-box{min-height: 300px;}
.art-list-item{cursor: pointer;}
.art-list-cover-img{float: left;width: 200px;height: 112px;background: #fafafa;text-align: center;overflow: hidden;}
.art-list-cover-img img{height: auto;}
.art-list-content{margin-left: 215px;}
.art-list-content p{margin-bottom: 10px;max-height: 44px;line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;-webkit-line-clamp: 2;}
.art-list-content .art-name{ font-size: 16px;}
.art-list-content .art-name a{ white-space: nowrap;}
.art-list-content .desc{ font-size: 14px;color: #888;}
.art-list-content .info{ font-size: 13px;overflow: hidden;}
.art-list-content .info a{color: chocolate;}
.code-copy-text{cursor: pointer}
.footer{position: fixed;bottom: 0;text-align: center;width: 100%;margin: 0 auto;background-color: rgb(59, 60, 61);color: white;font-size: 12px;padding: 30px 0;z-index: 100;}
.footer a{color: white;}

@media (min-width:768px){
	.container{width:100%}
}
@media (min-width:992px){
	.container{width:920px}
}
@media (min-width:1200px){
	.container{width:1170px}
}
@media (min-width:1400px){
	.container{width:1380px}
}
@media (max-width:799px){
	.art-list-cover-img{width: 120px;max-height: 68px;}
	.art-list-content{margin-left: 132px;}
	.art-list-content p{margin-bottom: 0;}
	.art-list-content p.art-name{line-height: 26px;font-size: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.art-list-content p.desc{margin-bottom: 0;font-size: 13px;}
	.art-list-content .info{display: none;}
}
@media (max-width:1024px){

	/* all */
	body{padding-top:100px}

	/* header */
	.top-fixed-down{margin-top:-55px}
	.stui-header__side{float:none;position:absolute;top:0;left:150px;right:0;width:auto}
	.stui-header__logo,.stui-header__menu{float:none}
	.stui-header__logo{margin:10px 0 10px}
	.stui-header__logo .logo{width:127px;height:30px; background:url(../img/logo_min_f.png) no-repeat; background-position:50% 50%; background-size:contain;}
	.stui-header__search{float:right;margin-top:10px}
	.stui-header__top{ padding: 0 10px; height: 100px;}
	.stui-header__menu{margin:0;padding:0;padding-top: 5px;}
	.stui-header__menu:before{content:" ";position:absolute;left:0;top:0;right:0;width:100%;height:1px;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleY(.5);transform:scaleY(.5); border-top: 1px solid gray}
	.stui-header__menu li{ margin-top:0;margin-right:20px}
	.stui-header__menu li a{ padding: 0; font-size:14px; height: 40px; line-height: 40px; white-space:nowrap;}
	.stui-header__menu li.active a{ position:relative; background: none; color: #ff9900;}
	.stui-header__user > li{ padding: 15px 0 10px; margin-right: 10px;}
	.stui-header__user > li .dropdown{ right: 0;}
	.stui-header__user > li .dropdown:before{ right: 8px;}
	.stui-header__menu > li:hover .dropdown,.stui-header__user > li:hover .dropdown{ display: none;}
}
@media (max-width:767px){

	/* header */
	.stui-header__search{position:absolute;top:0;left:0;right:50px;width:auto}
	.stui-header__user > li{ padding: 14px 0; margin: 0;}

	/* 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; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-align: center;}
	.stui-player__detail .more-btn .btn{ display: block; padding: 6px 0;}

	/* 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}

}

.downtools{line-height:40px;}
.thunder_down_all{background: #1890ff;display: inline;padding: 0.3rem 0.5rem;}
.thunder_url{background: rgba(22,14,143,0.1);}
h1.title{display: inline-block}
.score{ display: inline-block;margin-left: 10px;font-family: Georgia,"Times New Roman",Times,serif;font-size: 24px;
	line-height: 24px;color: #09BB07;}