
/*直播列表页、直播详情页、信箱列表页、我要写信页面样式*/
/*头部动效画布*/
.content-mid .search-sort {
	padding:18px 24px 0;
	position: relative;
}
.content-mid .search-sort>input,
.content-mid .search-sort>select{
	width: 200px;
	height: 34px;
	border:1px solid #c8c8c8;
	margin:0 15px;
}
.content-mid .search-sort .search-box{
	width: 400px;
	height: 34px;
	margin:0 auto;
}
.content-mid .search-sort .search-box input{
	width:340px;
	height: 100%;
	border:1px solid #c8c8c8;
	border-right: 0;
}
.content-mid .search-sort button{
	width: 60px;
	height: 34px;
	color: #ffffff;
}
.content-mid .searchBtn{
	background: #59bafe url("../img/search_bg.png") center no-repeat;
}
.content-mid .search-sort button.sort{
	width: 80px;
	height: 34px;
	position: absolute;
	right: 24px;
	top: 18px;
	border:1px solid #f0f0f0;
	color: #333333;
	font-size: 12px;
}
.content-mid .search-sort button.sort i{
	font-size: 12px;
	font-weight: bold;
}
.content-mid .live-box{
	width: 100%;
	min-height:160px;
	overflow: hidden;
	padding:18px 1px 0;
}
.content-mid .live-box.min-height{
	min-height:658px;
}
.content-mid .live-box li.live-lists{
	width: 220px;
	height: 300px;
	margin:0 22px 20px;
	float: left;
	border:1px solid #e8e8e8;
	padding:6px 10px;
	cursor: pointer;
}
.content-mid .live-box li.live-onloading,
.content-mid .live-box li.live-noData{
	width:100%;
	height:160px;
	text-align: center;
	line-height: 160px;
	font-size:16px;
}
.content-mid .live-box li:hover{
	box-shadow: 0 4px 15px 3px rgba(0,0,0,.1);
}
.content-mid .live-box li.live-lists .img-box{
	width: 200px;
	height: 140px;
	margin-bottom: 10px;
	overflow: hidden;
}
.content-mid .live-box li.live-lists .live-img{
	width: 200px;
	height: 140px;
	overflow: hidden;
}
.content-mid .live-box li.live-lists p{
	line-height: 24px;
	margin:0;
	overflow: hidden;
}
.content-mid .live-box li.live-lists p.title{
	height: 48px;
}
.content-mid .live-box li.live-lists p.time,
.content-mid .live-box li.live-lists p.guest{
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content-mid .live-box li.live-lists p.live-status{
	margin-top:8px;
	text-align: right;
}
.content-mid .live-box li.live-lists p.live-status.living{
	color:#37c6c0;
}
.content-mid .live-box li.live-lists p.live-status.live-over{
	color:#eb6100;
}
.content-mid .page-wrap{

}
.content-mid .live-content{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.live-left-area{
	width: 680px;
	height: auto;
	overflow: hidden;
}
.live-right-area{
	width: 360px;
	height: auto;
	overflow: hidden;
}
.live-left-area .live-info{
	padding:6px 30px;
	overflow: hidden;
}
.live-left-area .live-info dl{
	line-height: 24px;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
}
.live-left-area .live-info dl dt{
	float:left;
	width:80px;
	height:auto;
	line-height: 24px;
}
.live-left-area .live-info dl dd{
	float:left;
	width:530px;
	height:auto;
	overflow: hidden;
	line-height: 24px;
}
.live-left-area .chat-box{
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	/*overflow-y: auto;*/
	position: relative;
	padding-top:37px;
}
.live-left-area .chat-box dl{
	width: 100%;
	height: auto;
	margin:0;
	overflow:hidden;
}
.live-left-area .chat-box dl.self{
	padding-left:80px;
}
.live-left-area .chat-box dl.others{
	padding-right:80px;
}
.live-left-area .chat-box dl dt.head-img{
	width: 50px;
	max-height:100px;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
	overflow:hidden;
}
.live-left-area .chat-box dl dt.head-img i{
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom:7px;
}
.live-left-area .chat-box dl dt.head-img a{
	cursor: default;
}
.live-left-area .chat-box dl.others dt.head-img{
	margin-left:14px;
	float:left;
}
.live-left-area .chat-box dl.others dt.head-img i{
	background:url(../images/head-img1.png) center no-repeat;
}
.live-left-area .chat-box dl.self dt.head-img{
	margin-right: 14px;
	float:right;
}
.live-left-area .chat-box dl.self dt.head-img i{
	background:url(../images/head-img2.png) center no-repeat;
}
.live-left-area .chat-box dl dd.chat-date{
	/*width: 100%;*/
	width:calc(100% - 80px);
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #666666;
	font-size: 12px;
}
.live-left-area .chat-box dl dd.chat-text-area{
	/*width: 100%;*/
	width:calc(100% - 80px);
	height: auto;
	position: relative;
	border:1px solid;
	border-radius: 6px;
	font-size: 14px;
	padding:10px;
}
.live-left-area .chat-box dl.others dd.chat-text-area{
	border-color: #e8e8e8;
	background:#ffffff;
}
.live-left-area .chat-box dl.self dd.chat-text-area{
	border-color: #9ed6ea;
	background:#def2fa;
}
.live-left-area .chat-box dl dd.chat-text-area i{
	position: absolute;
	width: 10px;
	height: 10px;
	top:8px;
}
.live-left-area .chat-box dl.others dd.chat-text-area i{
	left:-10px;
	background:url(../images/chat-arrow-l.png) center no-repeat;
}
.live-left-area .chat-box dl.self dd.chat-text-area i{
	right:-10px;
	background:url(../images/chat-arrow-r.png) center no-repeat;
}
.live-left-area .asking{
	padding-top:10px;
}
.asking .form-group>div{
	position: relative;
}
.img-slide{
	margin:10px 0 15px;
	width: 360px;
	height: 270px;
}
.img-slide .carousel-caption{
	left:0;
	right: 0;
	bottom:0;
	width: 100%;
	height: 40px;
	padding:0 60px;
	line-height: 40px;
	background:rgba(0,0,0,.6);
}
.img-slide .carousel-control{
	width: 15px;
	height: 40px;
	line-height: 40px;
	top: 50%;
	margin-top: -20px;
	background:rgba(0,0,0,.6);
}
.img-slide .carousel-indicators{
	width: 16px;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	margin:0;
	margin-left:140px;
}
.img-slide .carousel-indicators li{
	text-indent: 0;
	font-size: 14px;
	color: #00acec;
	border:none;
	display: none;
}
.img-slide .carousel-indicators li.active{
	background: none;
	display: block;
}
.img-slide .slide-count{
	position: absolute;
	width: 16px;
	height: 40px;
	line-height: 40px;
	left:50%;
	bottom: 0;
	margin:0;
	margin-left:150px;
	color: #ffffff;
	z-index: 99
}
.carousel-inner .item img{
	height: 270px;
	width: 360px;
}
/*end*/
/*访谈框四种状态*/
.handle-data{
	text-align: center;
	margin-top:30px;
}
.handle-data button{
	background:transparent;
	cursor: inherit;
	font-size:16px;
}
.handle-data button.loadMore{
	cursor: pointer;
	color: #1db3e2;
}
/*发言人切换*/
.chat-box .chater_tabs{
	width:100%;
	height:37px;
	overflow: hidden;
	border-bottom:1px solid #e0e0e0;
	position: absolute;
	left:0;
	top:0;
}
.chat-box .chater_tabs li{
	width:50%;
	height:100%;
	text-align: center;
	line-height: 34px;
	float: left;
}
.chat-box .chater_tabs li a{
	color: #999999;
}
.chat-box .chater_tabs li.active{
	border-bottom:2px solid #00acec;
}
.chat-box .chater_tabs li.active a{
	color: #00acec;
}
.chat-box .tab-content .tabpanel{
	height:auto;
	display: none;
	min-height:80px;
	overflow: hidden;
}
.chat-box .tab-content .tabpanel.active{
	display: block;
}
/*我要提问弹窗中提示发言部分样式*/
.tip_box{
	height:100%;
	padding:30px 24px 0;
	overflow: hidden;
}
.tip_box h3{
	text-align: center;
	line-height: 32px;
}
.tip_box h4{
	line-height: 28px;
}
.tip_box p{
	line-height: 24px;
}
.tip_box p.red{
	color: #8A6D3B;
}
.tip_box>div{
	overflow: hidden;
	width:140px;
	margin:10px auto 0;
}
.tip_box>div label{
	float:left;
	line-height: 30px;
	margin-right:15px;
}
.tip_box>div a{
	float:left;
	width:80px;
	height:30px;
	line-height:30px;
	border-radius:3px;
	background:#999;
	color: #ffffff;
	text-align: center;
	cursor: not-allowed;
}
.asking{
	display: none;
	padding:20px 24px 0;
	height:calc(100% - 34px);
}
.asking .form-group .control-label{
	text-align: right;
	height:34px;
	line-height: 34px;
	margin-bottom:0
}
.asking .form-group .form-control[readonly]{
	border:none;
	background: none;
	box-shadow: none;
}

.ui-dialog-titlebar.ui-widget-header{
	height:40px;
	line-height: 40px;
}
.foot-wrap{
	display:none;
	padding-right: 40px;
	text-align: right;
}


/*3-19 style change begin*/

.pop-box{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
}
#tiWen{
	width: 700px;
	height: 300px;
	overflow: hidden auto;
	position: absolute;
	left: 30%;
	top: 25%;
	background: #f0f0f0;
	border-radius: 4px;
}
.others .chat-date,
.others .chat-text-area{
	margin-left: 80px;
}


/*3-19 style change end*/
