html,body{
	height: 100%;
}
html,body,p{
	padding: 0;
	margin: 0;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: black;
}

div{
    box-sizing: border-box;
}

.icon-xianhua{
    color: #E91E63;
}

.liveContentContainer{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.headerBanner{
    height: 60px;
    color: #aaa;
    background: #1d1d1d;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.headerBanner .titleName{
	font-size: 16px;
    line-height: 60px;
    margin-left: 20px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
}
.headerBanner .titleName .titleNameState{
    border: 1px solid #23b8ff;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    border-radius: 5px;
    color: #23b8ff;
    margin-top: 20px;
    margin-right: 10px;
    text-align: center;
}
.headerBanner .titleName .titleNameCont{
    line-height: 60px; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.headerBanner .headerBannerRight{
	display: flex;
	justify-content: flex-start;
	white-space: nowrap;
}
.headerBanner .headerBannerRight .headLogin{
	color: #aaa;
	font-size: 12px;
    padding: 15px;
    line-height: 30px;
    display: block;
    cursor: pointer;
}
.headerBanner .headerBannerRight .headLogin a{
    color: #aaa;
    font-size: 12px;
}
.headerBanner .headerBannerRight .headLogin:hover{
	color: #fff;
}
.headerBanner .headerBannerRight .operations{
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
}
.headerBanner .headerBannerRight .operations div.operationsSub{
	padding: 15px;
	line-height: 30px;
}
.headerBanner .headerBannerRight .operations div.operationsSub.manageDisplay{

}
.headerBanner .headerBannerRight .operations div.operationsSub .operationsManage{
    cursor: pointer;
}
.headerBanner .headerBannerRight .operations div.operationsSub .operationsTest{
    cursor: pointer;
}
.headerBanner .headerBannerRight .operations div.operationsSub .operationsSubName{
    cursor: pointer;
}
.headerBanner .headerBannerRight .operations div.operationsSub.dianzan{
	cursor: pointer;
}
.headerBanner .headerBannerRight .operations div.operationsSub:hover{
	color: #fff;
}
.headerBanner .headerBannerRight .operations div.useIphone{
	position: relative;
}
.headerBanner .headerBannerRight .operations div.headShare{
	position: relative;
}
.headerBanner .headerBannerRight .operations div.useIphone:hover .useIphoneSub{
	display: block;
    color: #6d767f;
    text-align: center;
}
.headerBanner .headerBannerRight .operations div.headShare:hover .useIphoneSub{
	display: block;
    color: #6d767f;
    text-align: center;
}
.headerBanner .headerBannerRight .operations div.useIphone .useIphoneSub{
	display: none;
	position: absolute;
	top: 56px;
    left: -25px;
	background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 0 20px 10px;
    z-index: 100;
}
.headerBanner .headerBannerRight .operations div.headShare .useIphoneSub{
	display: none;
	position: absolute;
	top: 56px;
    left: -45px;
	background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.15);
    border-radius: 4px;
    width: 150px;
    padding: 10px 0 36px;
    z-index: 100;
}
.headerBanner .headerBannerRight .operations div.useIphone .useIphoneSub::before{
	background-color: #fff;
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-radius: 0 2px 0 0;
	transform:rotate(-45deg);
	top: -7px;
	left: 60px;
}
.headerBanner .headerBannerRight .operations div.headShare .useIphoneSub::before{
	background-color: #fff;
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-radius: 0 2px 0 0;
	transform:rotate(-45deg);
	top: -7px;
	left: 70px;
}
.headerBanner .headerBannerRight .operations div.useIphone .useIphoneSub .useIphoneSubIcon{
	background-color: #fff;
}
.headerBanner .headerBannerRight .operations div.headShare .useIphoneSub .useIphoneSubIcon .useIphoneSubContent{
	line-height: 60px;
}
.headerBanner .headerBannerRight .operations div.useIphone .useIphoneSub .useIphoneSubIcon .useIphoneSubUl{
	margin-top: 24px;
	display: flex;
	justify-content: center;
}
.headerBanner .headerBannerRight .operations div.useIphone .useIphoneSub .useIphoneSubIcon .useIphoneSubUl .weixin{

}
.headerBanner .headerBannerRight .operations div.useIphone .useIphoneSub .useIphoneSubIcon .useIphoneSubUl .part{
	border-right: 1px solid #f4f4f4;
	height: 104px;
}
.headerBanner .headerBannerRight .operations div.useIphone .useIphoneSub .useIphoneSubIcon .useIphoneSubUl .qq{
	padding-left: 50px;
}
.headerBanner .headerBannerRight .vacator{
	padding: 14px;
	margin-right: 15px;
	position: relative;
}
.headerBanner .headerBannerRight .vacator:hover .vacatorMenu{
	display: block;
}
.headerBanner .headerBannerRight .vacator:hover .vacatorMenu li span a{
    color: #aaa;
}
.headerBanner .headerBannerRight .vacator:hover .vacatorMenu li span a:hover{
    color: #fff;
}
.headerBanner .headerBannerRight .vacator img{
	line-height: 60px;
	border-radius: 50%;
	cursor: pointer;
}
.headerBanner .headerBannerRight .vacator .vacatorMenu{
	display: none;
    position: absolute;
    top: 56px;
    left: -57px;
    width: 110px;
    padding: 10px;
    border: 1px solid #060606;
    border-radius: 2px;
    font-size: 14px;
    background-color: #060606;
}
.headerBanner .headerBannerRight .vacator .vacatorMenu li{
	line-height: 32px;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
}
.headerBanner .headerBannerRight .vacator .vacatorMenu li span{
    cursor: pointer;
}
.headerBanner .headerBannerRight .vacator .vacatorMenu li span:hover{
	color: #ffffff;
}
.liveContainer{
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#my-video .vjs-big-play-button{
	top: calc(50% - 20px);
    left: calc(50% - 43px);
    outline: none;
}
.liveContainer .chatRoom{
	background-color: #444;
	color: #f3f3f3;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 300px;
}
.liveContainer .chatRoom .chatRoomHead{
	display: flex;
	justify-content: flex-start;
}
.liveContainer .chatRoom .chatRoomHead a{
	font-size: 14px;
	width: 50%;
	line-height: 40px;
	text-align: center;
	color: #ccc;
}
.liveContainer .chatRoom .chatRoomHead a:hover{
    color: #23b8ff;
}
.liveContainer .chatRoom .chatRoomHead a.selected{
	position: relative;
}
.liveContainer .chatRoom .chatRoomHead a.selected::after{
	background-color: #23b8ff;
	width: 100%;
	height: 3px;
	content: '';
	position: absolute;
	top: 38px;
	left: 0px;
}
.line{
	height: 1px;
	background-color: #000;
}
.myScrollbar::-webkit-scrollbar{
	width: 7px;
}
.myScrollbar::-webkit-scrollbar-track{
	border-radius: 3px;
	background-color: #444;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.myScrollbar::-webkit-scrollbar-thumb{
	background-color: #555;
	opacity: 0.9;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.myScrollbar::-webkit-scrollbar-button{
	height: 0px;
}
.myScrollbar::-webkit-scrollbar-corner{
	background:silver;
}
.record{
    overflow-y: auto;
    position: absolute;
    top:55px;
    left:0;
    right: 0;
    bottom:0;
    padding: 10px;
}
/*.record::-webkit-scrollbar-track{*/
/*    	background-color: #fff;*/
/*}*/
/*.record::-webkit-scrollbar-thumb{*/
/*    	background-color: #aaa;*/
/*}*/
.liveContainer .livePlayerContent{
	height: 100%;
	width: calc(100% - 300px);
	position: relative;
}
.liveContentContainer .liveContainer .livePlayerContent .play-end{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}
.liveContainer .chatRoom .chatBox{
	display: block;
	height: calc(100% - 42px);
}
.liveContainer .chatRoom .chatBox .chat-content{
	height: calc(100% - 209px);
	display: grid;
	grid-auto-rows: 100px 1px auto;
}
.liveContainer .chatRoom .chatBox .chat-content .teacherDetail{
    padding: 10px;
    overflow-y: auto;
    position: relative;
}
.liveContainer .chatRoom .chatBox .teacherDetail .teacherDetailHead{
    font-weight: 700;
    color:#23b8ff;
    line-height: 24px;
    display: flex;
    justify-content: flex-start;
}
.liveContainer .chatRoom .chatBox .teacherDetail .teacherDetailCon{
    font-size: 12px;
    text-indent:2em;
    color: #aaa;
}
.liveContainer .chatRoom .chatBox .teacherDetail .teacherDetailHead img{
    border-radius: 50%;
    display: block;
    margin-top: 2px;
    margin-right: 5px;
}
.liveContainer .chatRoom .chatBox .teacherDetail .teacherDetailHead span.teacherDetailName{
    color:#23b8ff;
    line-height: 24px;
    height: 24px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent{
	position: relative;
}
.liveContainer .chatRoom .chatBox .chat-content .ad-news{
    position: absolute;
    top: 141px;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: .8;
    color: #FF5722;
    line-height: 25px;
    overflow-y: auto;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol{
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 10;
	overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .flower{
	background-color: #282828;
	padding: 8px;
	text-align: center;
	color: #aaa;
	font-size: 14px;
	line-height: 20px;
	margin: 8px 10px;
	border-radius: 5px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .teacherSay {
	margin: 8px 10px;
	font-size: 14px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .teacherSay .teacherSayTitle{
	display: flex;
	justify-content: space-between;
	color: #23b8ff;
	padding-right: 10px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .teacherSay .teacherSayTitle .teacherSayTitleLeftIcon{
	background: #23b8ff;
    color: #fff;
    padding: 0 2px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    font-size: 12px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .teacherSay .teacherSayTitle .teacherSayTitleLeft{
	display: flex;
	justify-content: flex-start;
}
.liveContainer .chatRoom .chatBox .managerSay{
	margin: 8px 10px;
	font-size: 14px;
}
.liveContainer .chatRoom .chatBox .managerSay .managerSayTitle{
	display: flex;
	justify-content: flex-start;
	color: #23b8ff;
}
.liveContainer .chatRoom .chatBox .managerSay .managerSayTitle .managerSayIcon{
	background: #23b8ff;
    color: #fff;
    padding: 0 2px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    font-size: 12px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .systemMsg{
    font-size: 12px;
    color: #aaa ;
    text-align: center;
    margin: 10px;
    background-color: #282828;
    border-radius: 5px;
    padding: 5px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .peopleSay{
	margin: 8px 10px;
	font-size: 14px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .peopleSay img{
    height: 20px;
    width: 20px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .peopleSay .peopleSayTitle{
	color: #23b8ff;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .peopleSay .peopleSayTitle img.peopleSayAvatar{
    border-radius: 50%;
    display: block;
    margin-top: 2px;
    margin-right: 5px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .peopleSay .peopleSayTitle{
    display: flex;
    justify-content: flex-start;
    line-height: 25px;
}
.liveContainer .chatRoom .chatBox .chat-content .chatBoxContent .normol .icon-hua{
	color: #FF1493;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox{
	height: 210px;
    background: #444;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxTitle{
	display: flex;
	justify-content: space-between;
	background: #444;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxTitle ul li span{
	color: #BDBDBD;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxTitle ul li span:hover{
	color: #fff;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxTitle .chatBoxSendBoxTitleLeft{
	display: flex;
	justify-content: flex-start;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: #444;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxTitle .chatBoxSendBoxTitleLeft li{
	margin-right: 5px;

}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxTitle .chatBoxSendBoxTitleLeft li:hover{
	background-color: transparent;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxTitle .chatBoxSendBoxTitleRight{
	display: flex;
	justify-content: flex-start;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxTitleRight li{
	margin-left: 5px;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxContent{
	padding-left: 10px;
	height: 132px;
	position: relative;
}
#editor{
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
	background-color: #444;
	outline: none;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	resize: none;
}
.commentShadow{
	width: 290px;
	height: 132px;
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 14px;
}
.commentShadow .commentShadowLogin{
	color: #23b8ff;
}
.emoji_icon{
	width: 20px!important;
	height: 20px!important;
}
#emoji_container_1{
	position: absolute !important;
	top: calc(100% - 510px)!important;
	right: 0!important;
	left: calc(100% - 300px)!important;
	bottom: 0!important;
	z-index: 1000!important;
	background-color: #fff!important;
	width: 290px!important;
	height: 300px!important;
	overflow: hidden!important;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxButton{
	display: flex;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
}
.liveContainer .chatRoom .chatBox .chatBoxSendBox .chatBoxSendBoxButton .sendButton{
	margin: 10px;
	width: 80px;
    height: 28px;
    background: #23b8ff;
    font-size: 12px;
    min-width: 58px;
    line-height: 28px;
    border: none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.liveContainer .chatRoom .menmberBox{
	display: none;
	height: calc(100% - 42px);
	overflow-y: auto;
    overflow-x: hidden;
}
.liveContainer .chatRoom .menmberBox .menmberBoxUl{
	padding-left: 10px;
	padding-top: 10px;
}
.liveContainer .chatRoom .menmberBox .menmberBoxUl li{
	font-size: 14px;
	line-height: 20px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 5px;
}
.liveContainer .chatRoom .menmberBox .menmberBoxUl li img{
	border-radius: 50%;
	margin-right: 5px;
}
.liveContainer .chatRoom .menmberBox .menmberBoxUl li div{
    margin-right: 5px;
}
.liveContainer .chatRoom .menmberBox .menmberBoxUl li div.peopleOnline{
    color: green;
}




.face_box{ 
    position: absolute;
    background-color:#fff;
    box-sizing:border-box;
    width:100%;
    height: 200px;
    overflow-y:auto;
    bottom: 1px;
    right: 0;
    left: 0;
    z-index: 20;
}
.face_box span{ display:block; width:12.5%; height:50px; line-height:50px; text-align:center; box-sizing:border-box; border:#e6e6e6 solid 1px; float:left; margin-left:-1px; margin-top:-1px;}
.face_box img{ width:24px; vertical-align:middle;}
.face_box::-webkit-scrollbar{
	width: 7px;
}
.face_box::-webkit-scrollbar-track{
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.face_box::-webkit-scrollbar-thumb{
	opacity: 0.9;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.face_box::-webkit-scrollbar-button{
	height: 0px;
}

div.layui-layer div.layui-layer-title{
    
}

.managerContainer{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.test-box{

    display: none;

}
.test-box .testShadow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9000;
}
.test-box .test-box-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}
.MsgBoxTime{
    padding-left: 10px;
}
.MsgBoxMsg{
    color: red;
}
body .myLayerSkin{
    opacity: 0.5;
    /*background: rgba(224,224,224 ,1);*/
}
/*.wrapper {*/
/*    position: relative;}*/
/*#text{*/
/*    padding-right: 10px;*/
/*    padding-bottom: 10px;*/
/*    word-wrap: break-word;*/
/*    word-break: normal;*/
/*}*/
/*#input {position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;display:none;}*/

.wrapper {
    position: relative;
    background-color: #282c34;
    color: #abb2bf;
    padding: 15px 10px;
    margin-bottom: 20px;
}
.push-label{
    line-height: 25px;
}
#text{
    word-break: break-all;
}
#input {position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;}
#copy{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10000;
    padding: 0 5px;
    display: none;
}
.wrapper:hover #copy{
    display:block;
}
.set-live-status{
    line-height: 25px;
}



.video-container{
  height: 100%;
}
.video-container .operators {
  display: none;
}
.prism-cc-btn,
.prism-setting-btn,
.prism-big-play-btn,
.prism-info-display 
.prism-volume {
  display: none !important;
}
.prism-info-display.prism-info-left-bottom{
  display: none;
}














