*{
	padding: 0px;
	margin: 0px;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
#app{
	position: relative;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}
.home{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.wu-header{
    width: 100%;
    height: 60px;
    font-size: 16px;
    background-color: #1d1d1d;
    color: #999;
}
.wu-header .wu-header-left{
	display: inline-block;
    text-align: left;
}
.wu-header .wu-header-left .wu-header-left-btn{
	display: inline-block;
    line-height: 60px;
    text-align: center;
    color: #fff;
    height: 100%;
    vertical-align: middle;
    margin-left: 10px;
}
.wu-header .wu-header-left-title{
	display: inline-block;
    max-width: 300px;
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
}
.wu-header .wu-header-right{
	float: right;
    line-height: 60px;
    display: inline-block;
    text-align: left;
}
.wu-header .wu-header-right a{
	height: 60px;
    float: right;
    padding: 0 20px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.wu-content{
	position: absolute;
    top: 60px;
    bottom: 0;
}
.wu-content.showSideBar{
	left:350px;
}
.wu-content .video-box{
	width: 100%;
    height: 100%;
    overflow: hidden;
}
.wu-content .video-box video{
	width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #000;
}
.sidebar{
	position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 350px;
    background-color: #1d1d1d;
    display: none;
}
.sidebar .sidebar-menu{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-menu .sidebar-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}
.sidebar-menu .sidebar-list{
	padding: 20px 0;
}
.sidebar-menu .sidebar-list .sidebar-item{
	display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    cursor: pointer;
}

.sidebar-menu .sidebar-list .act{
	color: #42b983;
}
.sidebar-bottom{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #666;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .5px;
}

.show{
	display: block;
}  

.sidebar-bottom a{
	color: #666;
}