.ContPage{
	padding-bottom: 20px;
}
.Header{
	margin-top:20px ;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.HederVideo{
	position: relative;
	width: 860px;
    height: 201px;
    background: #000;
    overflow: hidden;
}
.HederVideoTit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(22,19,32,0.7);
	z-index:9;
}
.HederVideoTit img{
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.HederVideoTit .TitName{
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.HederVideoTit .TitName span{
	padding-left: 15px;
	color: #fff;
}
.HederVideoTit .TitBtn{
	display: inline-block;
	background: #fff;
	padding: 1px;
	margin-right: 15px;
	cursor: pointer;
}
.HederVideoTit .TitBtn span:nth-child(1){
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #ffcc34;
	text-align: center;
	line-height: 22px;
	color: #fff;
}
.HederVideoTit .TitBtn span:nth-child(2){
	display: inline-block;
	width: 50px;
	color: #ffcc34;
	font-size: 14px;
	text-align: center;
}
.GiftCont{
	position: relative;
	background: #26292e;
}
.GiftGood{
	position: absolute;
	top: -120px;
	right: 45px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #c39303;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}
.GiftTit{
	height: 40px;
    padding-top: 5px;
    background: url("/public/home/img/dot_white.png")/*tpa=http://www.yunztang.cn/public/home/img/dot_white.png*/ repeat-x left 30px;
    color: #fff;
}
.GiftTit .GiftTitItem{
	padding: 5px 12px;
    height: 30px;
    line-height: normal;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    color: #FFF;
    background: url("/public/home/img/tab_on.png")/*tpa=http://www.yunztang.cn/public/home/img/tab_on.png*/ no-repeat center 25px;
}
.GiftTitItem i{
	width: 20px;
    height: 11px;
    position: absolute;
    right: 0;
    top: -3px;
    background: url("/public/home/img/icon.png")/*tpa=http://www.yunztang.cn/public/home/img/icon.png*/ no-repeat;
}
.GiftList{
	display: flex;
	align-items: center;
	justify-content: space-around;
    background: #373649;
    width: 100%;
    padding: 5px 0;
}
.GiftList span{
	display: inline-block;
    width: 20px;
    height: 20px;
    color: #807ea3;
    text-align: center;
    cursor: pointer;
}
.GiftListItem{
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	cursor: pointer;
    background: #595868;
    border-radius: 5px;
    margin-right: 3px;
}
.GiftListCont .active{
	outline: #ffcc34 1px solid;
}
.GiftListItem img{
	width: 100%;
	height: 100%;
}
.GiftListItem p{
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffcc34;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
.GiftBtn{
	padding: 10px;
	text-align: right;
}
.GiftBtn span{
	display: inline-block;
	padding: 7px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background: #b58906;
}
.HeaderRt{
	width: 330px;
    height: 700px;
	background:#26292E;
	position: relative;
}
.HeaderNav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.HeaderNav span{
	width: 25%;
	padding: 5px 0;
	text-align: center;
	background: #797C90;
	color: #fff;
	cursor: pointer;
}
.HeaderNav span:nth-child(1){
	width: 60px;
}
.HeaderNav span:nth-child(4){
	width: 120px;
}
.HeaderNav span.active{
	background: #FFCC34;
}
.NavShow{
	height: 170px;
	border-bottom: 1px solid #30333a;
}
.string {
    width: 300px;
    height: 40px;
    margin-top: 20px;
    position: absolute;
    color: #000;
    font-size: 20px;
    font-family: "微软雅黑";
    z-index: 99;
}
.InfoList{
	height: 445px;
	overflow: hidden;
}
.InfoList::-webkit-scrollbar 
{ 
    width: 10px; 
    height: 10px; 
    background-color: #F5F5F5; 
} 
   
/*定义滚动条轨道 内阴影+圆角*/ 
.InfoList::-webkit-scrollbar-track 
{ 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px; 
    background-color: #F5F5F5; 
} 
   
/*定义滑块 内阴影+圆角*/ 
.InfoList::-webkit-scrollbar-thumb 
{ 
    border-radius: 10px; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 
    background-color: #555; 
}
.InfoList p{
	padding: 5px 5px 0;
	color: #7e5596;
}
.InfoList p span{
	color: #f9963e;
}
.InfoBtn{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #36393E;
}
.InfoBtn input {
	background: #1d1b27;
	border: 0;
	outline: 0;
	padding: 5px 5px 5px 10px;
	border-radius: 15px;
	flex: 1;
	color: #fff;
}
.InfoBtn span {
	margin:0 10px;
	padding: 5px 10px;
	border-radius: 15px;
	background: #ffcc34;
	cursor: pointer;
}