@charset "utf-8";

body {
    font: normal 100% Helvetica, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

input::-ms-clear {
    display: none;
}

a,
a:hover,
a:visited,
a:link,
a:active {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    outline: none;
}

.business-Panel {
    max-width: 600px;
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 150px;
}

.business-Panel .scroll {
    overflow: auto;
    max-height: 300px;
}

/* 让layui加载弹层居中 */

.layui-layer-loading .layui-layer-content {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/*login 模块样式 开始*/

.login_containt,
.start_server_containt,
.queue_containt,
.fixplugin_containt {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background: url("../image/videoCall/web.jpg") no-repeat center center; */
    background-color: #666;
    position: relative;
}

.login_module {
    width: 400px;
    height: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #fff;
    border-radius: 8px;
    position: relative;
}

.login_header {
    width: 100%;
    height: 86px;
    margin-top: 10px;
    text-align: center;
}

.login_header img {
    margin-top: 10px;
    width: 180px;
    height: 58px;
}

.login_header_name {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.login_header_name span {
    font-size: 20px;
    color: #3aabfb;
}

.login_form_box {
    width: 280px;
    margin-left: 60px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 15px;
    position: relative;
}

.login_input {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #333;
    line-height: 40px;
}

.login_input label {
    display: inline-block;
    height: 46px;
    width: 60px;
    padding-left: 10px;
    color: #666;
    text-align: right;
}

.login_input input {
    display: inline-block;
    margin-left: 2px;
    padding-left: 4px;
    color: #222;
    height: 26px;
    width: 170px;
    border: 0;
    outline: none;
    margin-right: 4px;
    background-color: #fff;
    margin-top: 0px;
}

.login_input select {
    display: inline-block;
    margin-left: 2px;
    padding-left: 4px;
    color: #222;
    height: 40px;
    width: 170px;
    border: 0;
    outline: none;
    margin-right: 4px;
}

.login_input span {
    display: inline-block;
    width: 20px;
    height: 46px;
    text-align: center;
    cursor: pointer;
}

.pull_down_name {
    display: none;
    width: 100%;
    height: 60px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    background-color: #fff;
    z-index: 20;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.pull_down_name li {
    list-style-type: none;
    width: 100%;
    padding-left: 10%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    cursor: pointer;
    color: #222;
}

.pull_down_name li.onhover {
    background-color: #ccc;
}

.login_button {
    width: 280px;
    margin-left: 60px;
    height: 46px;
    margin-top: 20px;
}

.login_button button {
    display: inline-block;
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #3aabfb;
    background-color: #3aabfb;
    border-radius: 6px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.sdk_ver {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

/*login 模块样式 结束*/

/*startServer 模块样式开始*/

.start_server_module {
    width: 900px;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -300px;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #fff;
    border-radius: 8px;
    position: relative;
}

.start_server_header {
    width: 100%;
    height: 90px;
}

.start_server_username {
    display: inline-block;
    width: 760px;
    text-align: left;
    margin-left: 40px;
    color: #3692e9;
    font-size: 18px;
    line-height: 30px;
}

.start_server_title {    
    text-align: center;
    display: inline-block;
    width: 760px;
    text-align: left;
    margin-left: 45%;
    color: #3692e9;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.start_server_title1 {    
    text-align: center;
    display: inline-block;
    width: 760px;
    text-align: left;
    margin-left: 40px;
    color: #3692e9;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.start_server_logout {
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-top: 37px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    border: 1px solid #666;
    border-radius: 4px;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
}

#start_server_list {
    width: 900px;
    height: 420px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    overflow-y: scroll;
}

#start_server_list li {
    width: 820px;
    margin-left: 40px;
    list-style-type: none;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    
}
.font_weight{
    font-weight: bold;
}

#start_server_list li:nth-of-type(odd) {
    background-color: #f6fbff;
}

/* 
#start_server_list li(n-th) {
    width: 820px;
    margin-left: 40px;
    list-style-type: none;
} */

#start_server_list li>span {
    display: inline-block;
    width: 120px;
    height: 50px;
}

#start_server_list li>span:first-child {
    width: 140px;
    height: 50px;
}

.start_server_open_server {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: #999;
    color: #fff;
    cursor: pointer;
}

.start_server_open_server.active {
    background-color: #3aabfb;
    color: #fff;
    border: 1px solid #3aabfb;
}

.start_server_footer {
    width: 100%;
    height: 67px;
    line-height: 53px;
}

.start_server_footer_left {
    display: inline-block;
    width: 734px;
    margin-left: 40px;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.start_server_footer_left span {
    display: inline-block;
    margin-left: 8px;
}

.start_server_footer_right {
    display: inline-block;
    width: 80px;
    margin-right: 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #3aabfb;
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
}

/*startServer 模块样式开始*/

/*queue 模块样式开始*/

.queue_module {
    width: 600px;
    height: 560px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -280px;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #fff;
    border-radius: 8px;
    position: relative;
}

.queue_header {
    width: 100%;
    height: 90px;
}

.queue_username {
    display: inline-block;
    width: 380px;
    text-align: left;
    margin-left: 40px;
    color: #3692e9;
    font-size: 30px;
    line-height: 90px;
}

.queue_logout {
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-top: 37px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    border: 1px solid #666;
    border-radius: 4px;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
}

.queue_uptate {
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-top: 37px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #3aabfb;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #3aabfb;
}

#queue_list {
    width: 600px;
    height: 440px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    overflow-y: scroll;
}

#queue_list li {
    width: 520px;
    margin-left: 40px;
    list-style-type: none;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
}

#queue_list li:nth-of-type(odd) {
    background-color: #f6fbff;
}

/* #queue_list li(n-th) {
    width: 520px;
    margin-left: 40px;
    list-style-type: none;
} */

.queue_list_left {
    display: block;
    float: left;
    width:85%;
    height: 42px;
    text-align: left;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.queue_list_left span {
    display: inline-block;
    width: 100%;
    height: 20px;
    text-align: left;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.queue_list_left span:first-child {
    color: #3aabfb;
    font-size: 16px;
}

.queue_list_right {
    display: block;
    float: left;
    width: 10%;
    height: 100%;
    text-align: right;
    line-height: 50px;
}

/*queue 模块样式结束*/

/*meeting 模块样式开始*/

.meeting_containt {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.meeting_hdeader {
    width: 100%;
    height: 30px;
    background-color: #3aabfb;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.meeting_header_main {
    width: 1210px;
    position: relative;
    height: 50px;
    margin: 0 auto;
}

.meeting_header_main_left {
    float: left;
    height: 30px;
}

.meeting_hdeader_logo {
    display: inline-block;
    margin-left: 0px;
}

.meeting_hdeader_logo img {
   
    height: 22px;
}

.meeting_head_wifi {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
}

.meeting_head_wifi img {
    position: absolute;
    width: 20px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.meeting_header_main .room-id {
    float: right;
    margin-right: 30px;
}

.meet_start_record {
    display: inline-block;
    width: 140px;
    height: 30px;
    background-color: #53616c;
    color: #fff;
    line-height: 30px;
    border: 1px solid #53616c;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    margin-left: 14px;
}

.meeting_media_box {
    width: 100%;
    position: relative;
    height: 524px;
    background-color: #2b3238;
}

.meeting_media_title {
    width: 1210px;
    position: relative;
    height: 50px;
    margin: 0 auto;
    height: 50px;
    display: none;
}

.meeting_media_button_left {
    position: relative;
    /* display: inline-block; */
    width: 50%;
    text-align: left;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

.meet_start_file {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: left;
}

.meeting_media_button_left>span {
    display: inline-block;
    width: 100px;
    height: 30px;
    background-color: #53616c;
    color: #fff;
    line-height: 30px;
    border: 1px solid #53616c;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

.meet_show_send_msg {
    display: none;
    width: 400px;
    height: 200px;
    position: absolute;
    left: 220px;
    top: 36px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    z-index: 22;
}

.meet_sile_button {
    width: 84%;
    margin-left: 8%;
    height: 40px;
    margin-top: 10px;
}

.meet_sile_button button {
    display: inline-block;
    width: 100px;
    height: 30px;
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #b2b2b2;
    border-radius: 4px;
    text-align: center;
}

.meet_sile_button button.onsend {
    background-color: #3aabfb;
    border: 1px solid #3aabfb;
    color: #fff;
    font-size: 12px;
}

.meet_send_text_button {
    width: 390px;
    height: 150px;
    margin-top: 10px;
    margin-left: 3px;
    border: 1px solid #ccc;
}

.meet_file_name_right {
    width: 92%;
    margin-left: 4%;
    height: 40px;
    text-align: right;
}

.meet_file_name_left {
    width: 390px;
    height: 100px;
    text-align: left;
    background-color: #fff;
}

.meet_file_name_left textarea {
    width: 96%;
    height: 110px;
    margin-left: 2%;
    margin-top: 4px;
    margin-bottom: 2px;
    line-height: 20px;
    outline: none;
    border: none;
    outline: none;
}

/*.meet_file_name label{
	display: inline-block;
	width: 50px;
	height: 30px;
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.meet_file_name input{
	display: inline-block;
	width: 210px;
	font-size: 12px;
	color: #333;
	line-height: 30px;
	height: 30px;
	outline: none;
	padding-left: 10px;
	outline:none;
}*/

.meet_file_name_right button {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px;
    border: 0;
    outline: none;
    background-color: #3aabfb;
    border-radius: 4px;
    color: #fff;
}

.meeting_media_button_right {
    /* display: inline-block; */
    position: relative;
    float: right;
    margin-top: 10px;
}

.meeting_media_button_right>span {
    display: inline-block;
    width: 100px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.meeting_media_button_right>span>img {
    display: inline-block;
    margin-left: 4px;
    margin-right: 20px;
}
.meeting_media_button_right #liveStream {
    color: #fff;
    float: left;
    line-height: 53px;
}
.meeting_media_button_right #liveStream label {
    cursor: pointer;
    user-select: none;
}
.meeting_media_button_right #liveStream #liveStreamBtn {
    cursor: pointer;
    vertical-align: -2px;
    margin-right: 4px;
}
.meeting_media_button_right #liveStream #liveStreamVal{
    width: 300px;
    height: 20px;
    margin-left: 20px;
    padding-left: 5px;
    border-radius: 3px;
    display: none;
}

.meet_show_record {
    display: none;
    position: absolute;
    left: 300px;
    top: 36px;
    background-color: #fff;
    width: 300px;
    height: 160px;
    border: 1px solid #fff;
    border-radius: 6px;
    z-index: 222;
}

.meet_show_record_title {
    width: 92%;
    margin-left: 4%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.meet_show_record_label {
    display: inline-block;
    width: 50%;
    text-align: left;
}

.meet_show_record_img {
    display: inline-block;
    text-align: right;
    width: 40%;
}

.meet_show_record_radio {
    width: 92%;
    margin-left: 4%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.radio_contain {
    display: inline-block;
    width: 48%;
    height: 50px;
    line-height: 50px;
}

.meet_show_record_button {
    width: 92%;
    margin-left: 4%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.meet_show_record_button button {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    outline: none;
    border-radius: 4px;
    background-color: #3aabfb;
    border: 1px solid #3aabfb;
    color: #fff;
    font-size: 12px;
}

.meet_audio_media {
    width: 1200px;
    height: 40px;
    position: relative;
    background-color: #fff;
    margin-top: 10px;
    display: block;
}

.videonickname {
    width: 200px;
    height: 30px;
    line-height: 30px;
    z-index: 20;
    position: absolute;
    top: 0px;
    left: 20px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    color: #000;
    font-weight: 900;
    font-size: 18px;
    /* background-color: #000;*/
}

.meet_video_media {
    width: 1210px;
    height: 500px;
    margin: 20px auto 0;
}

.meet_video_media_left {
    position: relative;
    width: 800px;
    height: 450px;
    background-color: #000;
    float: left;
}

.meet_video_media_left_name,
.meet_video_media_right_name {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 111;
}

.meet_video_media_right {
    position: relative;
    width: 400px;
    height: 450px;
    float: left;
    margin-left: 10px;
    /*background-color: #fff;*/
}

.meet_video_media_host {
    width: 400px;
    height: 225px;
    position: relative;
    /*background-color: green;*/
    margin-left: 0px;
}

/* .meet_video_media_reset {
    width: 400px;
    height: 220px;
    position: relative;
    background-color: #fff;
    margin-left: 0px;
    padding-top: 2px;
} */

.meet_video_media_reset {
    width: 400px;
    height: 220px;
    position: absolute;
    background-color: #fff;
    margin-left: 0px;
    padding-top: 2px;
    top: 2px;
}

.meet_video_msg_send {
    width: 400px;
    height: 220px;
    position: absolute;
    background-color: #fff;
    margin-left: 0px;
    padding-top: 2px;
    
}

.meet_video_reset {
    width: 92%;
    margin-left: 4%;
    height: 28px;
    line-height: 28px;
    margin-top: 4px;
}

.meet_video_reset .meet_label {
    display: inline-block;
    width: 60px;
    color: #333;
    text-align: left;
    font-size: 14px;
}

.meet_video_reset>select,
.meet_video_reset>input {
    display: inline-block;
    width: 220px;
    height: 24px;
    line-height: 24px;
    color: #333;
    padding-left: 4px;
}

.meet_video_reset>input {
    width: 214px;
}

.meet_checkbox {
    display: inline-block;
    width: auto;
}

.meet_video_reset button {
    width: 60px;
    height: 30px;
    border: #3aabfb;
    background-color: #3aabfb;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin-left: 10px;
}

#mic_operate_btn.disabled {
    background-color: #ccc;
    cursor: no-drop;
}

#video_operate_btn.disabled {
    background-color: #ccc;
    cursor: no-drop;
}

/*#all_member_check_label{
	display: inline-block;
	width: 54px;
	height: 30px;
}*/

.meet_close_window {
    position: relative;
    width: 1300px;
    height: 60px;
    left: 50%;
    margin-left: -650px;
    text-align: center;
    /*margin-top: 20px;*/
}

.meet_close_window button {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #ff7978;
    border-radius: 4px;
    border: 1px solid #ff7978;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}

.meet_close_span button {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #ff7978;
    border-radius: 4px;
    border: 1px solid #ff7978;
    width: 100px;
    height: 40px;
    font-size: 14px;   
    cursor: pointer;
}

.meet_send_file {
    display: block;
    position: relative;
    width: 1000px;
    height: 100px;    
    margin-top: 10px;
    
}

.meet_show_sebei {
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
   
    
}

.meet_sebei_content{
    width:1210px;
    height: 300px;
    margin: auto; 
    top: 0; left: 0; bottom: 0; right: 0; 
    
    
}

.meet_sebei_left{
    width:800px; 
    float: left; 
}

.meet_sebei_right{
    width:400px;  
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #3692e9;
    height: 200px;
    border-radius: 4px;
}

.meet_sebei_heard{
    width:400px; 
    margin-top: 10px;
    line-height: 25px;
    font-size: 16;
    color: white;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px white;
}

.meet_sebei_detail{
    width:400px; 
    margin-left: 5px;
    margin-left: 10px;
    line-height: 25px;
    font-size: 14;
    color: white;
}



/*meeting 模块样式结束*/

/*fixplugin 模块样式开始*/

.fixplugin_module {
    width: 600px;
    height: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #fff;
    border-radius: 8px;
    position: relative;
}

.fixplugin_header {
    width: 80%;
    margin-left: 10%;
    height: 60px;
    text-align: left;
    color: #3aabfb;
    font-size: 20px;
    line-height: 60px;
    border-bottom: 1px solid #3aabfb;
    margin-top: 20px;
}

.fixplugin_conter {
    width: 80%;
    margin-left: 10%;
    height: 60px;
    text-align: left;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.fixplugin_download {
    width: 80%;
    margin-left: 10%;
    height: 140px;
    text-align: center;
}

.fixplugin_download img {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.fixplugin_download a:hover,
.fixplugin_download a:visited,
.fixplugin_download a:link,
.fixplugin_download a:active {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    outline: none;
}

.fixplugin_notice {
    width: 80%;
    margin-left: 10%;
    height: 60px;
    text-align: left;
    color: red;
    font-size: 14px;
    line-height: 60px;
    margin-top: 40px;
}

.inputLayer1,
.inputLayer2 {
    position: absolute;
    height: 50px;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: .0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=0);
}

.inputLayer1 {
    width: 230px;
}

.inputLayer2 {
    width: 100%;
}

/*fixplugin 模块样式结束*/

/*提醒用户在线状态信息*/

.notifyUserBox {
    display: none;
    position: absolute;
    width: 200px;
    border: 1px solid #ccc;
    z-index: 10;
    background-color: #fff;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -100px;
    padding: 10px;
}

.closeUserPage {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.notifyUserBox p {
    width: 100%;
    height: 180px;
    margin-top: 20px;
    word-wrap: break-word;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.notifyUserBox2 {
    display: none;
    position: absolute;
    width: 600px;
    border: 1px solid #ccc;
    z-index: 10;
    background-color: #fff;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -300px;
    padding: 10px;
}

.notifyUserBox2 p {
    width: 100%;
    height: 380px;
    margin-top: 20px;
    word-wrap: break-word;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    overflow-y: scroll;
}

/* ****************** 浏览器兼容提示 ****************** */

.mask {
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
}

.alert-wrapper,
.mask {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.alert-wrapper {
    z-index: 9999;
    position: absolute;
}

.alert-wrapper .alert-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 380px;
    min-height: 180px;
    transform: translateX(-51%) translateY(-60%);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.alert-wrapper .alert-box.alert-box-1 {
    width: 560px;
}

.alert-wrapper .alert-header {
    position: relative;
    height: 24px;
}

.alert-wrapper .alert-body {
    padding-bottom: 42px;
}

.alert-wrapper .alert-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0 16px 16px;
    height: 26px;
    text-align: right;
}

.btn {
    font-size: 16px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #29ab91;
    color: #fff;
    border: none;
    box-shadow: 0px 8px 15px -8px rgba(7, 107, 242, 0.6);
    letter-spacing: 0.84px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.btn.btn-cancle {
    background-color: #e3e6ec;
    color: #313c4c;
}

.f-mgr-10 {
    margin-right: 10px;
}

.check-compatibility {
    padding: 45px 16px 42px;
    font-family: Microsoft yahei;
    font-size: 18px;
    color: #313c4c;
    line-height: 20px;
}

.icon-tip {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background: url("../image/videoCall/wrapper_tip.png") 50% no-repeat;
    background-size: 22px 22px;
}

.check-compatibility .tip-content {
    display: inline-block;
    width: 480px;
    vertical-align: top;
}

.check-compatibility .c1,
.check-compatibility .c2,
.check-compatibility .c3 {
    margin-bottom: 10px;
    display: block;
}

.alert-wrapper .alert-header .title {
    margin-left: 16px;
    margin-top: 10px;
    font-family: Microsoft yahei;
    font-size: 18px;
    color: #29ab91;
    line-height: 14px;
}

.alert-wrapper .alert-header .close {
    position: absolute;
    right: 11px;
    top: 0px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("../image/videoCall/close_page.png") no-repeat;
    background-size: 14px 14px;
}

table td div{
    font-size: smaller;
}