
body.fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.clearfloat::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.content {
    width: 100%;
    height: calc(100% - 112px);
    font-size: 0;
}

.new-live-video {
    width: 80%;
    height: 100%;
    background: #000;
    display: inline-block;
    position: relative;
}

.new-live-chat {
    width: 20%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.new-live-title {
    padding: 15px;
    height: 86px;
}

.teacher-avatar {
    background: #fff none repeat scroll 0 0;
    height: 60px;
    padding: 1px;
    width: 60px;
    display: none;
}

.teacher-avatar img {
    max-width: 100%;
}

.lesson-info {
    color: #fff;
    margin-left: 10px;
}

.lesson-title {
    color: #35d48f;
    font-size: 24px;
    margin-bottom: 10px;
}

.lesson-other {
    font-size: 14px;
    color: #999;
}

.lesson-other span {
    color: #999;
}

.zhibovideo {
    width: 100%;
    height: calc(100% - 86px);
    background: #111;
}

.new-chat-top {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    color: #404040;
    font-size: 16px;
    height: 42px;
    line-height: 1;
    padding-left: 10px;
}

.tabonfocus {
    border-bottom: 2px solid #35d48f;
    cursor: pointer;
    float: left;
    height: 100%;
    line-height: 42px;
}

.new-live-ov {
    overflow: auto;
    width: auto;
    word-break: break-all;
    word-wrap: break-word;
    min-height: calc(100% - 124px - 42px);
    height: calc(100% - 124px - 42px);
}

.new-live-ov ul {
    padding: 10px;
}

.new-live-ov ul li {
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.new-live-ov .user-name {
    display: inline-block;
    height: 20px;
    color: #3fce79;
    margin-right: 10px;
}

.new-live-ov .user-name:after {
    content: ':';
}

.new-live-ov .chat-text {
    color: #666;
    line-height: 20px;
    /*display: inline-block;*/
}

.new-live-bot {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 124px;
    padding: 10px;
    position: relative;
}

.new-live-button {
    margin-bottom: 2.5%;
    text-align: center;
    height: 40%;
    visibility: hidden;
}

.new-live-button a {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    padding: 3.5% 0;
    width: 100%;
}

.submitMsg {
    height: 55%;
}

.new-live-bg2 {
    background: #3fce79 none repeat scroll 0 0;
}

.submitMsg > * {
    display: inline-block;
}

.submitMsg .new-live-text {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #3fce79;
    color: #aaa;
    height: 100%;
    outline: medium none;
    overflow: auto;
    padding: 5px;
    resize: none;
    white-space: normal;
    width: 70%;
    word-break: break-all;
    font-size: 14px;
}

.new-live-fs {
    background: #3fce79 none repeat scroll 0 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 44px;
    color: #fff;
    cursor: pointer;
    height: 100%;
    padding: 5% 0;
    text-align: center;
    width: 20%;
    vertical-align: top;
}

.new-live-button em {
    bottom: 130px;
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
}

.new-live-button em.on {
    display: block;
}

.emojicontent {
    position: absolute;
    bottom: 120px;
    left: 0px;
    -ms-transform: translate(0, 200%);
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
    -ms-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 350ms cubic-bezier(.165, .84, .44, 1);
    padding: 10px;
    background: #fff;
    display: none;
}

.emojicontent.on {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
}

.emojicontent ul > * {
    display: inline-block;
}

#emoji-button {
    font-size: 26px;
    top: 14px;
    position: relative;
    width: 10%;
    vertical-align: top;
    line-height: 1;
    color: #aaa;
}

.layui-layer-prompt .layui-layer-btn .layui-layer-btn0 {
    background: #3fce79;
    border-color: #3fce79;
}

.chat-text .emoji {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    vertical-align: bottom;
}

/*promit 样式修复*/

.layui-layer-prompt .layui-layer-input {
    display: block;
    width: 220px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1) inset;
    color: #333;
}