html, body {
  background-color: #fff; }

#tab-item {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  display: flex;
  z-index: 9; }
  #tab-item a {
    flex: 0 1 50%;
    margin: 0 15px;
    color: rgba(82, 84, 90, 0.4);
    border: 0;
    height: 50px;
    line-height: 50px;
    text-align: center; }
  #tab-item .mui-active, #tab-item .active {
    border-bottom: 2px solid #0486FE;
    color: #0486FE; }

#pullrefresh {
  margin-top: 50px; }

.bundle-showbox-div {
  padding: 0 15px; }

.bundle-content {
  margin-bottom: 20px; }
/*直播*/
.live-item{
	display: flex;
	align-items: center;
	padding:9px 12px;
	background: #FFFFFF;
}
.live-img{
	position: relative;
	width:125px ;
	height:70px ;
	margin-right: 6px;
}
.live-item img{
	display: block;
	width:125px ;
	height:70px ;
	border-radius:2px ;	
}
.live-state{
	position: absolute;
	top:6px ;
	right: 6px;
	width: 50px;
	height: 14px;
	line-height: 14px;
	border-radius: 7px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}
.live-state.living{
	background: #0486FE;
}
.live-state.livewait{
	background: #F56C6C;
}
.live-state.liveback{
	background: #67C23A;
}
.live-state.liveend{
	background: #CCCCCC;
}
.live-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 70px;
	width:100%;
}
.live-right h5{
	color: #303133;
	font-size: 14px;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.live-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.live-bottom p{
	color: #C0C4CC;
	font-size: 12px;
}
.live-bottom span{
	color: #0486FE;
	font-size: 14px;
}

