/*!
 * Edition v2.0 Copyright 2016-2018 http://v.shoutu.cn
 * Email 726662013@qq.com,admin@shoutu.cn
 */

/* header */
.haoge-header__top{ background: #292838;}

/* header-menu */
.haoge-header__menu > li > a{ color: #fff;}
.haoge-header__menu > li.active > a,.haoge-header__menu .dropdown li.active a{ background-color: #FF9900; color: #FFFFFF;}
.haoge-header__menu > li .dropdown{ background-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2);}
.haoge-header__menu > li .dropdown:before{ background-color: #fff;}
.haoge-header__menu .dropdown li a{ background-color: #f5f5f5;}

/* header-search */
.haoge-header__search .submit .icon{ color: #999999;}

/* header-user */
.haoge-header__user > li > a,.haoge-header__user > li > a .icon{ color: #fff;}
.haoge-header__user > li .dropdown{ background-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2);}
.haoge-header__user > li .dropdown:before{ background-color: #fff;}

/* screen */
.haoge-index__screen:before{ border-color: transparent transparent transparent #ccc;}
.haoge-index__screen:after{ border-color:transparent transparent  #ccc transparent;}
.haoge-index__screen li{ border-left: 1px solid #eee; }

/* content */
.haoge-content{ background-color: #f8f8f8;}
.haoge-content__thumb .haoge-vodlist__thumb{ box-shadow: 0 2px 6px rgba(0,0,0,.5);}

/* player */
.haoge-player{ background-color: #333;}
.haoge-player__detail .title,.haoge-player__detail .title a,.haoge-player__detail .data,.haoge-player__detail .data a{ color: #fff;}
.haoge-player__detail .data .split-line{ background-color: #444;}

/* autocomplete */
.autocomplete-suggestions{ background-color: #FFFFFF; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
.autocomplete-suggestion{ border-top: 1px solid #EEEEEE;}
.mac_results{ background-color: #FFFFFF; border:1px solid #EEEEEE; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
.mac_results li{ border-top: 1px solid #EEEEEE;}

@media (max-width:767px){
	
	/* header */
	.haoge-header__search .search-close{ color: #fff;}
	
	/* player */
	.haoge-player__detail .setnumber{ background-color: #222;}
}