/****通用全局 start*****/
* {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft YaHei";
}

body, html {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: hidden;
}
body{
    overflow-y: scroll;
}
.right {
    float: right;
}

.left {
    float: left;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
li{
    list-style: none;
}
/****通用全局 end*****/
.live_head {
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.live_head .livehead_border {
    height: 70px;
}

.live_head .livehead_border {
    width: 100%;
    margin: 0 auto;
    display: flex;
    background: #202031;
    background-size: contain;
}

.live_head .livehead_border .headerimg {
    width: 100%;
    z-index: 0;
}

.live_head .livehead_border .head_item {
    display: flex;
    align-self: center;
    margin-right: 20px;
    position: absolute;
}

.live_head .livehead_border .finishclass {
    margin-right: 34px;
}

.live_head .livehead_border .finishclass a {
    background: #eb585c;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.live_head .livehead_border .head_item.logo {
    left: 0;
    top: 10px;
}

.live_head .livehead_border .name {
    flex: 1;
}

.live_head .livehead_border .user {
    right: 10px;
    top: 10px;
}

.live_head .livehead_border .user .user_border {
    display: flex;
    flex: 1;
    align-items: center;
    position: relative;
    padding-top: 7px;
}

.live_head .livehead_border .user .message {
    margin-right: 34px;
}

.live_head .livehead_border .user .message img {
    margin-top: 5px;
}

.live_head .livehead_border .user .userinfo span {
    background: #63636f;
    color: #fff;
    padding: 6px 20px;
    border-radius: 30px;
    padding-right: 70px;
}

.live_head .livehead_border .user .userinfo img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.live_head .livehead_border .logo img {
    border-right: 1px solid #4d4d5a;
    padding-right: 20px;
    height: 50px;
    padding-left: 30px;
}

.live_head .livehead_border .logo span {
    color: #fff;
    background: #4d4d5a;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: 10px;
    margin-left: 20px;
    padding: 0px 15px;
    border-radius: 14px;
}
.live_head .livehead_border .language-switcher{
    left: 360px;
    visibility: visible;
    top: 25px;
}
.live_head .livehead_border .language {
    margin-right: 34px;
    position: relative;
}
.live_head .livehead_border .language .language_icon {
    position: absolute;
    left: -12px;
    top: 0px;
    cursor: pointer;
}
.live_head .livehead_border .select-box {
    width: 68px;
    text-align: center;
    float: left;
}
.live_head .livehead_border .lan_arrow {
    position: absolute;
    top: 8px;
    right: 0;
}
.live_head .livehead_border .select-box .select-title {
    height: 30px;
    line-height: 30px;
    display: block;
    cursor: pointer;
    color: #fff;
    margin-top: -3px;
}
.live_head .livehead_border .select-box ul {
    border: 1px solid #ccc;
    border-radius: 5px;
}
/****头部导航栏 end*****/
.live_interactive{
    padding-top: 70px;
}
.live_interactive .bottom_border{
    height:35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live_interactive .top_border{
    position: relative;
}
.live_interactive .tab_choose{
    position: absolute;
    top: -40px;
    z-index: 9999;
    width: 130px;
    left: 35%;
    height: 40px;
}
.live_interactive .tab_choose li{
    display: inline-block;
    width: 60px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 40px;
    color:#fff;
}
.live_interactive .tab_choose li.active{
    color: #000;
    background: #fff;
}
.live_interactive .bottom_border .bottom_rihgt{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    color: #C39B5E;
}
.live_interactive .bottom_border .bottom_rihgt img.tel{
    margin-right: 15px;
}
.live_interactive .bottom_border .bottom_rihgt img.vol{
    margin-right: 30px;
    margin-left: 50px;
    cursor: pointer;
}
.live_interactive .bottom_border .bottom_left img{
    cursor: pointer;
}
.live_interactive .bottom_border .bottom_left img.cam{
    margin-left: 40px;
    margin-right: 20px;
}
.live_interactive .top_border .main_content{
    display: flex;
}
.live_interactive .top_border .main_content .content_left{
    /* width: 60%; */
    border-right: 1px solid;
    position: relative;
}
.live_interactive .top_border .main_content .content_left video{
    background: gray;
}
.live_interactive .top_border .remote-video-teacher-name-wrapper{
    position: absolute;
    top: 10px;
    display: flex;
    left: 10px;
    align-items: center;
    background: #CECECD;
    color: #000;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 14px;
    align-items: center;
    justify-content: center;

}
.live_interactive .top_border .remote-video-teacher-name-wrapper img{

    margin-right: 8px;

}
.live_interactive .top_border .content_right{
    font-size:0;
    overflow: auto;
    /* width: 40%; */
}
.live_interactive .top_border .content_right .vedio_right_item{
    display: inline-block;
    /* width: 50%; */
    background:gray;
    position: relative;

}
.live_interactive .top_border .content_right .vedio_right_item video{
    height: 100%;
    background: #000;
}
.live_interactive .top_border .remote-video-teacher-settings-wrapper{
    position: absolute;
    right: 0;
    top: 14px;
}
.live_interactive .top_border .remote-video-teacher-settings-wrapper .dolist{
    position: relative;
}
.live_interactive .top_border .remote-video-teacher-settings-wrapper span img{
    
    position: absolute;
    right: 5px;
    top: 0;
cursor: pointer;
}
.live_interactive .top_border .remote-video-teacher-settings-wrapper ul{
    font-size: 14px;
    z-index: 9999;
    background: #fff;
    /* margin-top: 10px; */
    position: absolute;
    top: 30px;
    width: 130px;
    right: 5px;
    border-radius: 5px;

}
.live_interactive .top_border .remote-video-teacher-settings-wrapper ul li{
    display: flex;
    align-items: center;
    padding: 10px;
}
.live_interactive .top_border .remote-video-teacher-settings-wrapper ul li.close-video img{
    width: 17px;
    margin-right: 10px;
}
.live_interactive .top_border .remote-video-teacher-settings-wrapper ul  .close-audio img{
    
    width: 25px;
    margin-right: 2px;

}
.live_interactive .top_border .remote-video-teacher-settings-wrapper ul li.refresh-self-video{
    padding-left: 10px;
}
.live_interactive .top_border .remote-video-teacher-settings-wrapper ul li.refresh-self-video img{
    margin-right: 7px;

}
.live_interactive .top_border .whiteboard_border{
    display: none;
}
.live_interactive .top_border .live_courseware{
    display: none;
}
.live_interactive .top_border .main_content .whiteboard_border #react_white_title{
    background: #f7f6f0;
}
.live_interactive .top_border .main_content .whiteboard_border #react_white_title li{
    width: 65px;
    text-align: center;
    color: #000;
    display: inline-block;
    line-height: 40px;
}
.live_interactive .top_border .main_content .whiteboard_border #react_white_title li.active{
    background: #fff;
    color: #C39B5E;
}
.live_interactive .top_border .main_content .whiteboard_border .live_courseware{
    display: none;
}
.live_interactive .top_border .main_content .apply_choose{
    line-height: 60px;
    display: flex !important;
    height: 60px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}
.live_interactive .top_border .main_content .apply_choose .onlineperson{
    width: 49%;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}
.live_interactive .top_border .main_content   .apply_choose #showpernum {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 99999;
}
.live_interactive .top_border .main_content  .apply_choose .onlineperson img.per {
    margin-left: 15px;
    width: 20px;
    margin-right: 6px;
}
.live_interactive .top_border .main_content  .apply_choose .onlineperson img.per:hover {
    transform: scale(1.2);
}
.live_interactive .top_border .main_content  .apply_choose .onlineperson .showpernum_border{
    line-height: 20px;
    text-align: center;
    border: 1px solid #bebfc0;
    margin-left: 14px;
    padding: 8px;
    padding-left: 0;
    padding-right: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;

}
.live_interactive .top_border .main_content  .apply_choose .onlineperson .nowpernum{
    color:#53b656;
}
.live_interactive .top_border .main_content  .apply_choose .onlineperson .room-counts{
    color:#bebfc0;
}
.live_interactive .top_border .main_content  .apply_choose .chat_border{
    flex:1;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}
.live_interactive .top_border .main_content  .apply_choose .chat_border img{
    cursor: pointer;
}
.live_interactive .top_border .main_content  .apply_choose  .chat_border img:hover {
    transform: scale(1.2);
}

.live_interactive .top_border .main_content .apply_choose .onlineperson ul#userlist{
    display: block;
    position: absolute;
    width: 250px;
    bottom: 0;
    background: #f1f1f1;
    padding-left: 10px;
    box-shadow: 1px 2px 5px #888888;
    z-index: 9999;
    opacity: 0.8;
}
.live_interactive .top_border .main_content .apply_choose .onlineperson #userlist.hide{
    display: none;
}
.live_interactive .top_border .main_content .apply_choose .onlineperson ul li {

    border-bottom: 1px solid #ebebeb;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;

}
.live_interactive .top_border .main_content .apply_choose .chat_content{
    position: absolute;
    width: 350px;
    background: #fff;
    bottom: 0;
    z-index: 999;
    box-shadow: 1px 2px 5px #888888;
    z-index: 9999;
    opacity: 0.8;
    right: 0;

}
.live_interactive .top_border .main_content .apply_choose .chat_content.hide{
    display: none;
}
.live_interactive .top_border .main_content .apply_choose .chat_content .chat_top{
    height: 300px;
    overflow: auto;
    background: #EFEFEF;

}
.live_interactive .top_border .main_content .apply_choose .chat_content .chat_bottom{
    display: flex;
}
.live_interactive .top_border .main_content .apply_choose .chat_content .chat_bottom .chat_input{
    width: 70%;
    padding: 10px;
}
.live_interactive .top_border .main_content .apply_choose .chat_content .chat_bottom .chat_input textarea{

    border: none;
    resize: none;
    width: 100%;
    height: 100%;
}
.live_interactive .top_border .main_content .apply_choose .chat_send{

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 70px;
    justify-content: center;

}
.live_interactive .top_border .main_content .apply_choose .chat_send .csend_top{

    display: flex;
    align-items: center;

}
.live_interactive .top_border .main_content .apply_choose .chat_send .csend_bottom{
    display: flex;
}
.live_interactive .top_border .main_content .apply_choose .chat_send .csend_bottom button{

    border: none;
    background: #eb585c;
    color: #fff;
    padding: 2px 12px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;

}
.live_interactive .top_border .main_content .apply_choose .chat_hide{

    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    padding: 10px;
}
.live_interactive .top_border .main_content .apply_choose .chat_hide span{

    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    border: 1px solid #F1F1F1;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 5px #F1F1F1;

}
.live_interactive .top_border .main_content .apply_choose .chat_content .chat_top .dialog{
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;

}
.live_interactive .top_border .main_content .apply_choose .chat_content .chat_top .dialog .me{

    text-align: right;
    /* display: block; */

}
.live_interactive .top_border .main_content .apply_choose .chat_content .chat_top .dialog .me span{
    color: #fff;
    display: block;
    word-break: break-all;
    display: inline-block;
    max-width: 200px;
    padding: 4px 20px;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000;
    background: #fff;
    line-height: 20px;

}
.live_interactive .top_border .main_content .apply_choose .chat_content .chat_top .dialog .other{
    text-align: left;
}
.live_interactive .top_border .main_content .apply_choose .chat_content .chat_top .dialog .other p{
    line-height: 0;
}
.live_interactive .top_border .main_content .apply_choose .chat_content .chat_top .dialog .other span{
    color: #fff;
    display: block;
    word-break: break-all;
    display: inline-block;
    max-width: 200px;
    padding: 4px 20px;
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #000;
    background: #E7DFD3;
    line-height: 20px;
}
.live_interactive .top_border .main_content .apply_choose .showchat{
    margin-right: 10px;
}
.live_interactive .top_border .main_content .apply_choose .onlineperson ul li .status{
    margin-right: 8px;
}
.live_interactive .top_border .whiteboard_border .reactclass_content .live_courseware .ware_top{
        height: auto;
        padding: 0 20px;
}
.live_interactive .top_border .whiteboard_border .reactclass_content .live_courseware .ware_top .left {
    width: 77%;
    text-align: left;
    padding-left: 15px;
    padding-top: 20px;
}
.live_interactive .top_border .whiteboard_border .reactclass_content .live_courseware .ware_top .left li {
    display: inline-block;
    width: 12%;
}
.live_interactive .top_border .whiteboard_border .reactclass_content .live_courseware .ware_top .left li.head {
    width: 13%;
    text-align: left;
    margin-right: 10px;
}
.live_interactive .top_border .whiteboard_border .reactclass_content .live_courseware .ware_top .left li.imm-type.active{
    background-color: #eb585c;
    color: #fff;
    border-radius: 3px;
    padding: 1px 0 3px 0;
    text-align: center;
}
.live_interactive .top_border .whiteboard_border .reactclass_content .live_courseware .ware_top  .left .search {
    margin-top: 10px;
}
.live_interactive .top_border .whiteboard_border .reactclass_content .live_courseware .ware_top  .left .search input {
    width: 350px;
    height: 25px;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    border: 1px solid #e1e1e1;
    padding-left: 10px;
}
.live_interactive .top_border .whiteboard_border .reactclass_content .live_courseware .ware_top .right {
    width: 20%;
}
.live_interactive .top_border .whiteboard_border .reactclass_content .live_courseware .ware_top .right a {
    background: #c39b5e;
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    margin-top: 28px;
    margin-right: 20px;
    border-radius: 5px;
    padding-right: 0;
    display: flex;
    align-self: center;
    align-items: center;
    padding-left: 11px;
    cursor: pointer;
}
.live_interactive .top_border .whiteboard_border .reactclass_content .live_courseware .right a img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.live_newcheck{
    background-color: #fafafa;
    padding-top:70px;
}
.check_border{
    width: max-content;
    margin: 0 auto;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 16px;
    margin-bottom: 100px;
}
.check_border .check_content{
    display: flex;
    padding: 16px;
    padding-bottom: 24px;
    margin-bottom: -30px;
    margin-top: 60px;
}
.check_border .check_content .check_left{
    width: 460px;
    padding: 0 1rem;
}
.check_border .check_content .check_right{
    width: 460px;
    padding: 0 1rem;
}
.check_border .check_content .check_item_head{
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    justify-content: flex-start;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background-clip: padding-box;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}
.check_border .check_content .check_item_head .check_item_img{

    background-color: #bdbdbd;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;

}

.check_border .check_content .check_item_head .check_item_img img{
    width: 65%;
}

.check_border .check_content .check_item_text{
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    color: rgba(0, 0, 0, 0.54);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01071em;

}
.check_border .check_content .check_item_text .check_item_text_border{
    padding: 0 1rem;
    position: relative;
    display: flex;
    padding-top: 28px;
    padding-bottom: 8px;
}
.check_border .check_content .check_item_text .check_item_text_border .text_input{

}
.check_border .check_content .check_item_text .check_item_text_border .gou{
    top: 50%;
    right: 4px;
    position: absolute;
    transform: translateY(-50%);
}
.check_border .check_content .check_item_text .check_item_text_border .gou img{
    width:25px;
}
.check_border .check_content .check_item_text .check_item_text_border video{
    height:90px;
    object-fit: contain;
    width:160px;
}
.check_border .check_content .check_item_text .check_item_text_border .gou .btnyes{
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    color: #fff;
    background-color: #1a67b9;
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1.75;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    cursor: pointer;
}
.check_border .check_content .check_item_text .check_item_text_border .gou .btnno{
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    color: #000;
    background-color: #e0e0e0;
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1.75;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    cursor: pointer;
}
#progressbar{
    width: 80%;
    height: 2px;
    background-color: rgb(181, 206, 232);
    margin-top: 10px;
    margin-left: 10px;
}
.ui-progressbar .ui-progressbar-value {
    background-color: #1a67b9;
}
#camera-preview{
    height: 90px;
    width: 320px;
    /*margin-top: 40px;*/
}
#camera-permission-information-list .gou{
    top: 70px;
    width: 90%;
    right: auto;
    left: 12px;
    z-index: 9999;
}
#microphone-permission-information-list .gou{
    top: 70px;
    width: 90%;
    right: auto;
    left: 12px;
    z-index: 9999;
}
#camera-permission-information-list .gou select{
    width: 100%;
    border-color: rgba(0, 0, 0, 0.54);;
}
#microphone-permission-information-list .gou select{
    width: 100%;
    border-color: rgba(0, 0, 0, 0.54);;
}
#pull-video{
    margin-left: 10px   ;
}

.start-push{
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    color: #fff;
    background-color: #1a67b9;
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1.75;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    cursor: pointer;
}