@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #000
}

.head {
	width: 100%;
	height: 50px;
	position: fixed;
	background-color: #eee;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.headPlay {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
}


.headZb {
	width:120px;
	position: fixed;
	left:10px; 
	top:5px;
	float: left;
	height: 40px;
	overflow: hidden;
	background:rgba(0,0,0,0.2);
	border-radius: 20px;
}

.headZbphoto {
	float: left;
	width: 40px;
	height: 40px;
}

.headZbphoto img {
	width: 34px;
	height: 34px;
	margin: 3px;
	border-radius: 17px
}

.headZbName {
	float: left;
	width: 80px;
	height: 20px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding-top: 4px;
	overflow:hidden;
	color: #fff
}

.headZbNum {
	float: left;
	width: 80px;
	height: 20px;
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	overflow:hidden;
	color: #fff
}

.headList {
	position: fixed;
	float:left;
	left:140px;
	height: 40px;
	top: 5px;
	text-align: left;
	overflow: hidden
}

.headList img {
	width: 34px;
	height: 34px;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	border-radius: 17px
}

.logo1x {
	width: 30px;
	height: 30px;
	background-image: url(../images/zb/logo1x.png);
	background-size: 100% 100%;
}

.logo2 {
	width: 95px;
	height: 28px;
	background-image: url(../images/zb/logo2.png);
	background-size: 100% 100%;
}

.openBtn {
	width: 85px;
	height: 30px;
	background: linear-gradient(to right,#14c128,#14c128);
	border-radius: 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

#myVideo,#myVideoNo {
	width: 100%;
	height: auto;
	background-color: #000;
	z-index: -1
}

.noVideo {
	width: 100%;
	height: 500px;
	text-align: center;
	line-height: 500px;
	font-size: 20px;
	color: #ddd;
}

.foot {
	width: 100%;
	height: 120px;
	background-color: #EBEBEB;
	margin-top: 5px;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

.footEwm {
	width: 80px;
	height: 80px;
	background-image: url(../images/zb/rwm.png);
	background-size: 100% 100%;
}

.footSpan1 {
	color: #000;
	font-size: 14px
}

.footSpan2 {
	color: #000;
	font-size: 20px
}

.remarkListBg {
	width: 300px;
	height: 200px;
	position: fixed;
	left: 20px;
	bottom: 100px;
	background-color: #ddd;
	border-radius: 5px;
	opacity: 0.1;
	z-index: 1;
	display: none
}

.remarkList {
	width: 320px;
	height: 180px;
	position: fixed;
	left: 10px;
	bottom: 100px;
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow-x: hidden;
}

.remarkItem {
	max-width:300px;
	overflow: hidden;
	float:left;
	clear:both;
	margin-top:5px;
	border-radius:10px;
	padding:5px;
	line-height: 22px;
	font-size: 18px;
	font-weight:bold;
	background:rgba(0,0,0,0.2);
	font-family:Arial;
}

.remarkName {
	color: #F4E28A;
}

.remarkCon {
	color: #fff;
}

.remark {
	width: 100%;
}

.remarkTextBg {
	width: 50%;
	height: 35px;
	border-radius: 17px;
	background-color: #fff;
	opacity: 0.2;
	position: fixed;
	left: 5%;
	bottom: 10px;
	z-index: 1
}

.remarkText,.remarkTextUn {
	width: 50%;
	padding-left:5%;
	border-radius:17px;
	height: 35px;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	position: fixed;
	left: 5%;
	background:rgba(255,255,255,0.2);
	bottom: 10px;
	z-index: 2;
	overflow:hidden;
	outline: none
}



.remarkBtn {
	width: 33%;
	height: 35px;
	line-height: 35px;
	color: #F4E28A;
	font-size: 16px;
	border-radius:17px;
	background-color:rgba(255,255,255,0.4);
	position: fixed;
	right: 5%;
	bottom: 10px;
	z-index: 2;
	text-align: center;
	display:none
}



.remarkApp {
	width: 33%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	position: fixed;
	border-radius:17px;
	background-color:rgba(2,193,97,1);
	right: 5%;
	bottom: 10px;
	z-index: 2;
	text-align: center;
	font-family: Arial;
	cursor:pointer
}

@media screen and(min-width:1024px){
	.remarkItem{
		font-size:15px;
		font-weight:normal
	}
}
