span{
	font-size: 12px;
}
.wrap {
	min-height: 100%;
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
	overflow-y: auto;
}

.top {
	width: 100%;
	padding: 10px;
	background: #fff;
}

.top_wrap {
	max-width: 1400px;
	min-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.top_logo {
	margin: 10px 0;
	width: 70px;
	height: 70px;
	float: left;
}

.top_logo img {
	height: 70px;
	width: 70px;
}

.top_title {
	width: 80%;
	height: 60px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}

.top_title_text {
	color: #212121;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top_title_status {
	border: 1px solid #bdc3c7;
	color: #bdc3c7;
	margin-left: 20px;
	height: 20px;
	padding: 0 7px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	border-radius: 2px;
}

.name {
	margin-right: 30px;
	margin-top: 6px;
	font-size: 13px;
}

.name_icon {
	display: inline-block;
	width: 14px;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 5px;
	background: url(../img/new-pc-ticon.png) no-repeat;
	background-position: 0 -60px;

}

.like {
	position: absolute;
	right: 30px;
	bottom: 10px;
	color: #bdc3c7;
	font-size: 13px;
}

.like_box {
	display: inline-block;
	margin-left: 30px;
	padding: 10px 0;
	cursor: pointer;
	-webkit-user-select: none;
}

.like_icon1,
.like_icon2 {
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.like_icon1 {
	background: url(../img/new-pc-ticon.png) no-repeat;
	width: 14px;
	height: 15px;
	background-position: 0 -104px;
}

.like_icon2 {
	width: 18px;
	height: 15px;
	background: url(../img/heart.png) no-repeat center center/100% auto;
}
.like_icon2.active{
	background: url(../img/heart_active.png) no-repeat center center/100% auto;
}

.name_text {
	color: #546e7a;
}


.videoWindow {
	padding: 40px 20px 20px 20px;
	width: 100%;
	background: url(../img/banner-bg.png) repeat-x top left/auto 1200px;
}

.videoWindow_wrap {
	border: 1px #e5e5e5 solid;
	box-shadow: 0 2px 6px rgba(0,0,0,.38);
	max-width: 1400px;
	min-width: 1000px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: #fff;
	/* height: 600px; */
	/* 高度自适应 */
	position: relative;
}
.video{
    width:calc(100% - 350px) !important;
	min-height: 590px;
	background: #212121;
}
/*#player{
	width: auto !important;
}
#player.prism-player video{
	width: 100%;
	height: auto;
	position: relative;
	transform: translate(0,0);
	left: 0;
	top: 0;
}*/
.otherBox{
	position: absolute;
	width: 350px;
	height: 100%;
	background: #e2e2e2;
	top: 0;
	right: 0;
	overflow: hidden;
}
.scro{
	padding:40px 20px;
	width: 100%;
	height: calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	overflow-y: auto;
}
.speakBox{
	display: block;
	margin: 15px 0;
	width: 100%;
}
.speakBox img{
	display: block;
	height: 25px;
	width: 25px;
	border-radius: 5px;
}
.imgLeft{
	margin-right: 10px;
	float: left;
}
.imgRight{
	margin-left: 10px;
	float: right;
}
.speakLeft,.speakRight{
	font-size: 14px;
	max-width: 80%;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 5px;
}
.speakLeft{
	float: left;
}
.speakRight{
	float: right;
}

.send{
	width: 100%;
	height: 100px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
}	
.sendInput{
	resize: none;
	width: 100%;
	height: 60px;
	outline: none;
	overflow: hidden;
	border: none;
}
.sendBtn{
	font-size: 14px;
	background: #0AA9F5;
	color: #fff;
	height: 25px;
	width: 65px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
    position:absolute;
    bottom:3px;
    right:30px;

}

.tab {
	padding: 40px 92px;
	margin-top: 40px;
	max-width: 1400px;
	min-width: 1000px;
	margin: 0 auto;
	background: #fff;
	min-height: 500px;	
	border: 1px #e5e5e5 solid;
	box-shadow: 0 2px 6px rgba(0,0,0,.38);
}
.tabList{
	height: 60px;
	line-height: 57px;
	padding: 0 92px;
	border-bottom: 1px solid #e5e5e5;
}
.tabList li{
	width: 25%;
	float: left;
	color: #546e7a;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	font-size: 14px;
}

.tabList .active{
	color: #0aa9f5;
	border-bottom-color: #0aa9f5;

}
.content{
	width: 100%;
	padding: 40px;
}
.content img{
	width: 100%;
}
