
/*
此样式表为：网动WEB会议客户端SDK的内部样式
*/

/*public*/
body{width: 100%; height: 100%; padding: 0; margin: 0; font:12px Arial,Helvetica,Verdana;color:#5a5a5a;}
.mask{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #737373;
    /*background-color: rgba(115,115,115,1);*/
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
    z-index: 100;
    /*background:url(../images/login_bgx.gif);*/
    overflow-x: hidden;
    overflow-y: hidden;
}

.roomlist{
    display: block;
    position: fixed;
    _position: absolute;
    top: 45%;
    left: 50%;
    width: 400px;
    height:300px;
    margin-left: -200px;
    margin-top: -150px;
    z-index: 10001;
    box-shadow: 2px 2px 4px #A0A0A0, -2px -2px 4px #A0A0A0;
    background-color: white;         /*#515151*/
    color: #525252;

}

/* iamenu_root,footBar的根布局，控制menu栏居中 */
#iamenu_root{
    width: 100%;
    height: 8%;
    min-height: 70px;
    max-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    z-index: 1006;
}

/*sdk, 作为第三方引用时视频底部显示的菜单栏。*/
#toolBar{
    min-width:600px;
    max-width: 950px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    white-space: nowrap;
    position: absolute;
    background: rgba(20, 20, 20, 0.8);
    border-radius: 6px;  
    /* margin-left: 30%;   后面写适配逻辑的时候，要根据实际的屏幕宽高来设置左边距来居中 */
  /*  background-image: linear-gradient(0deg, #212121, #252525);*/
}
/* .button-group-left, #foot_middle, #foot_right{ height: 100%;float: left;}
.button-group-left{ width: 33%; display: flex; justify-content: left; align-items: center;}
#foot_right{width: 33%; display: flex; justify-content: flex-end; align-items: center;}
#foot_middle{ width: 34%;}
#foot_middle_child{ height: 100%; display: flex; justify-content: center; align-items: center; vertical-align: center;} */

/* toolbox_content_item, 每个menu+text的item */
.toolbox_content_item{
    width: 75px;
    height: 60px;
    max-width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-block-end: 5px; */
    flex-shrink: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    cursor: pointer;
}

.toolbox_content_item:hover{
    cursor: pointer;
    background-color: #5a5a5a;
    border-radius: 3px;
}

/* 麦克风、摄像头，切换模板，设置弹性盒子为横向 */
#iamenu_item_start_audio, #iamenu_item_start_video , #iamenu_item_change_moudle{
    flex-direction: row;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}

/* toolbox 带有三角的菜单，左边上下的父div */
.toolbox{
    width: 70px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* cursor: pointer; */
}

.toolbox:hover{
    cursor: pointer;
    background-color: #5a5a5a;
    border-radius: 3px;
}

/* toolbox_item_check 菜单右侧的打开选项 */
.toolbox_item_check{
    width: 16px;
    height: 60px;
    max-width: 16px;
    min-width: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* cursor: pointer; */
    
}

.toolbox_item_check:hover{
    cursor: pointer;
    background-color: #5a5a5a;
    border-radius: 3px;
}

/* toolbox_item_check_img 菜单右侧打开选项的三角图标 */
.toolbox_item_check_img{
    width: 10px;
    height: 10px;
    background-image: url('../images/tools_check_up.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

/* foot_menu_text, 每个menu对应的文本 */
.foot_menu_text{

    height: 16px;
    margin-block-start: 0;
    margin-block-end: 0px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E0E0E0;
    line-height: 16px;
}

/* iamenu_foot_menu_basestyle，menu菜单图片样式 */
.iamenu_foot_menu_basestyle{
    width: 100%;
    height: 100%;
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    /* margin-block-start: 2px; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

/* vertical_line, 退出按钮左边竖线 */
.vertical_line{
    width: 1px;
    height: 60%;
    min-width: 1px;
    background: rgb(200, 200, 200);
    margin-block-start: 10px;
    margin-block-end: 5px;
    margin-left: 25px;
}

/* iamenu_logout，退出按钮 */
#iamenu_logout{ 
    width: 48px;
    height: 40px; 
    min-width: 48px;
    min-height: 40px;
    margin-left: 3%;
    margin-right: 3%;
    /* border-radius: 5px; */
    margin-block-start: 5px;
    margin-block-end: 0px;
    /* background: rgb(255, 0, 0); */
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* 入会加载远端视频提示框 */
.div_loading_layout{
    width: 40%;
    height: 60px;
    position: absolute;
    top: 35%;
    left: 30%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #333333;
    box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.3);
    border-radius: 4px;
    z-index: 20001;
}

/* 入会加载远端视频提示框内文字 */
#loading_tip_msg{
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}

/* div_exit_layout 退出提示框的根布局，便于水平居中 */
.div_exit_layout{
    width: 100%;
    height: 260px;
    position: absolute;
    top: 35%;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* 退出会议提示框 */
#div_exit_room{
    width: 560px;
    height: 260px;
    /* position: absolute;
    top: 40%;
    left: 30%; */
    background: #333333;
    box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.3);
    border-radius: 4px;
    z-index: 20001;
}

.top_exit_title_line{
    width: 500px;
    height: 1px;
    margin: 0px 30px;
    background: rgba(153, 153, 153, 0.5);
}

/* top_exit_title 退出对话框顶部title */
.top_exit_title{
    width: 500;
    height: 45px;
    margin: 0px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* exit_title title文字 */
#exit_title{
    width: 37px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

/* exit_close_img 关闭提示框 */
#exit_close_img{
    width: 16px;
    height: 16px;
    margin-block-start: 3px;
    background-image: url('../images/div_close.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#exit_close_img:hover{
    cursor: pointer;
    background-image: url('../images/div_close_hover.png');
}

/* middle_exit_message 退出对话框内容 */
.middle_exit_message{
    width: 100%;
    height: 90px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.endmeet_cbox{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#endmeet_form{
    display: flex;
    align-items: center;
}

#endmeet_form input{
    width: 16px;
    height: 16px;
}

#cbox_text_span{
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-left: 5px;
}

/* exit_msg_img 提示内容图标 */
#exit_msg_img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-image: url('../images/img_exit_msg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/* exit_msg 提示内容 */
#exit_msg{
    width: 176px;
    height: 24px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}

/* bottom_exit_btn 退出对话框底部按钮 */
.bottom_exit_btn{
    width: 100%;
    height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#exit_cancle, #exit_ok{
    width: 120px;
    height: 34px;
    border-radius: 6px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E6E6E6;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* exit_cancle 取消 */
#exit_cancle{
    margin-right: 20px;
    border: 1px solid #999999;
}

/* exit_ok 确定离开会议 */
 #exit_ok{
    background: #D64F4E;
}

/* 字幕 div*/
#audio2text{
    width: 100%;
    height: 50px;
    display: inline-table;
    vertical-align: middle;
    /* text-align: center; */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1001;
    background-color: #000085;
}

/* 字幕 文字p标签 */
#sub_text, .test_fontW{
    width: 100%;
    height: 25px;
    font-size: 25px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
}

/* 获取当前文字字符宽度，px */
.test_fontW{
    visibility: hidden;
}

/* div_check_dev_options，麦克风、摄像头、扬声器设备、切换模板的选择框 */
.div_check_dev_options{
    width: 260px;
    min-height: 70px;
    background: #232323;
    border-radius: 5px;
    position: absolute;
    bottom: 85px;
    z-index: 10001;
}

/* div_check_audio_dev, 麦克风设备 */
#div_check_audio_dev{
    left: 0px;
}

/* div_check_video_dev， 摄像头设备 */
#div_check_video_dev{
    left: 0px;
}

/* audio_dev_title, video_dev_title, module_info_title 三角弹出菜单title */
#audio_dev_title, #video_dev_title, #module_info_title, #optsound_dev_title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 3px 8px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    /* color: #707070; */
    color: rgba(255, 255, 255, 0.6);
}

/* audio_dev_list, video_dev_list, module_info_list 点击三角弹出菜单list*/
#audio_dev_list， #video_dev_list， #module_info_list{
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* audio_dev_list_item, video_dev_list_item, module_info_list_item 点击三角弹出菜单item*/
.audio_dev_list_item, .video_dev_list_item, .module_info_list_item{
    width: 235px;
    height: 35px;
    padding: 0px 10px 0px 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.audio_dev_list_item:hover, .video_dev_list_item:hover, .module_info_list_item:hover{
    background-color: #848484;
}

/* audio_dev_list_icon, video_dev_list_icon, module_info_list_icon 三角弹出菜单item图标 */
.audio_dev_list_icon, .video_dev_list_icon, .module_info_list_icon{
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* audio_dev_list_value, video_dev_list_value, module_info_list_value 三角弹出菜单item中的显示文字 */
.audio_dev_list_value, .video_dev_list_value, .module_info_list_value{
    width: 220px;
    height: 30px;
    line-height: 30px;
    max-width: 210px;
    padding: 0px 5px 0px 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* #logout{ margin-left: 2%; margin-right: 2%;} */
/* .foot_menu_float{float: left;} */

/*左*/
#iamenu_start_screen{float: left;background-image: url("../images/screen.png");}
#iamenu_handup{float: left; background-image: url("../images/handup.png");}
#iamenu_change_moudle{ background-image: url("../images/high_definition.png");}
/*.chat{ background-image: url("../images/screen.png");}*/
/*中*/
#iamenu_start_audio{ background-image: url("../images/audio_open.png");}
#iamenu_start_sound {background-image: url("../images/sound_open.png");}
#iamenu_logout{ background-image: url("../images/logout.png");}
#iamenu_start_video{ background-image: url("../images/video_open.png");}
/*右*/
#iamenu_change_layout{ float: right; background-image: url("../images/change_layout.png")}
#iamenu_bt_userlist{ float: right; background-image: url("../images/userlist.png")}
#iamenu_set_config{ float: right; background-image: url("../images/sysset.png")}

/* #iamenu_start_screen:hover{ background-image: url("../images/screen_hover.png");}
#iamenu_handup:hover{background-image: url("../images/handup_hover.png")}
#iamenu_logout:hover{background-image: url("../images/logout_hover.png")}
#iamenu_start_audio:hover{background-image: url("../images/audio_open_hover.png")}
#iamenu_start_sound{background-image: url("../images/sound_open_hover.png");}
#iamenu_start_video:hover{background-image: url("../images/video_open_hover.png")}
#iamenu_change_moudle:hover{ background-image: url("../images/high_definition_hover.png");}
#iamenu_change_layout:hover{background-image: url("../images/change_layout_hover.png")}
#iamenu_bt_userlist:hover{background-image: url("../images/userlist_hover.png")}
#iamenu_set_config:hover{background-image: url("../images/sysset_hover.png")} */
/*sdk, 作为第三方引用时视频底部显示的菜单栏。*/

/*box*/
/*设置界面div*/
#ConfigBar{
    display: block;
    position: fixed;
    _position: absolute;
    top: 40%;
    left: 50%;
    width: 440px;
    height:500px;
    margin-left: -230px;
    margin-top: -180px;
    z-index: 10001;
    /* box-shadow: 0px 0px 8px 2px #999999, -4px -4px 8px #999999; */
    box-shadow: 0px 0px 10px 2px rgb(153, 153, 153);;
    background-color: white;         /*#515151*/
    color: #525252;
    border-radius:5px 5px 5px 5px;
}

#config_tittle{
    /*设置框的title栏*/
    width: 86%;
    height: 55px;
    margin: 0 7%;
    font-size: 14px;
    color: #000000;
    line-height: 55px;
    /*padding-left: 15px;*/
    border-radius:5px 5px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.div-title-line{
    width: 100%;
    height:1px;
    margin:0;
    padding:0px;
    background-color:#D8D8D8;
    overflow:hidden;
}

#title_pid{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding-block-start: 5px;
}

.close_configBar{
    width: 13px;
    height: 13px;
    margin-block-start: 5px;
    background-image: url("../images/div_close.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.close_configBar:hover{
    /* position: absolute;
    top: 0px;
    right: 15px; */
    background-image: url("../images/div_close_hover.png");
    cursor: pointer;
}

/* .close_configBar:hover::after{
    background-image: url("../images/div_close_hover.png");
    cursor: pointer;
} */

/* 设备参数 */
#dvice_set{
    display: none;
}

#config_body{
    /*参数设置区域*/
    padding: 15px 10px 20px 10px;
}

.set_title{
    /*模块title文字*/
    width: 84%;
    font-size: 14px;
    color: black;
    font-weight:normal;
    margin-top: 10px;
    margin-bottom: 15px;
    /*margin-left: 5px;*/
    padding-left: 8%;
    padding-right: 8%;
}

#ConfigBar .conf-form-inline{
    display: inline-block;
    width: 84%;
    height: 35px;
    font-size: 13px;
    font-weight:normal;
    margin-bottom: 20px;
    padding-left: 8%;
    padding-right: 8%;
}

.form-group label{
    /*各选项类型*/
    width: 30%;
    height: 100%;
    line-height: 35px;
    vertical-align: middle;
    font-size: 13px;
    color: #000000;
}

.form-control{
    /*各选择框*/
    width: 70%;
    height: 35px;
    border:1px solid #D8D8D8;
    border-radius:3px 3px 3px 3px;
    font-size: 13px;
    float: right;
    text-align:center;
    text-align-last:center;
}

.form-control:hover{
    cursor: pointer;
}

/*使用id选择器，优先级大于bootstrap里引用的类选择器的样式参数*/
#change-devices, #update_video, #update_screen{
    /*设置保存*/
    width: 100%;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    background:#C6DFFF;/*#41B5FF*/
    /* border:1px solid #D8D8D8; */
    border-radius:3px 3px 3px 3px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #FFFFFF;
}

#change-devices:hover, #update_video:hover, #update_screen:hover{
    cursor: pointer;
    background: rgba(0, 120, 255, 1);
}

/*用户列表界面div*/
#UserList{
    /* box-shadow: 0px 0px 8px 2px #999999, -4px -4px 8px #999999; */
    box-shadow: 0px 0px 10px 2px rgb(153, 153, 153);
    display: block;
    position: fixed;
    _position: absolute;
    top: 10px;
    right: 10px;
    width: 300px;
    height: 780px;
    z-index: 10001;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
}

/*
#UserList div{
     top: 0px;
    left: 0px; 
    width: 100%;
    height: 100%;
    background-color: gray;
    line-height:30px;
    overflow-x: hidden;
}
*/

#UserList div div{
    width: 100%;
    height:55px;
    background-color: #fff;
}

#UserList div div:nth-child(2n+1){
    background-color: #F0F0F0;
}

#user_icon{
    display: inline-block;
    height: 27px;
    width: 30px;
    min-width: 30px;
    background-repeat: no-repeat;
     /*position: absolute;*/
    background:url("../images/imm_user_type_student.png");
    margin-top: 3px;
    margin-left: 2px;
    margin-right: 6px;
    vertical-align: middle;
    /* float: left; */
}

#room_info_id{
    height:30px;
    line-height: 30px;
    /* float: right; */
    margin-right: 6px;
}

#room_info_user{
    height:30px;
    line-height: 30px;
    /* float: right; */
    margin-right: 15px;
}

/* #user_item_right_menu{
    width: 150px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
} */

#video_icon{
    display: inline-block;
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
     /*position: absolute;*/
    background:url("../images/icon_video_close.png");
    margin-top: 3px;
    margin-left: 2px;
    vertical-align: middle;
    /*margin-bottom: 6px;*/
    /* float: right; */
}

#hand_icon{
    display: inline-block;
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
    /* position: absolute; */
    background:url("../images/icon_hand_close.png");
    margin-top: 3px;
    margin-left: 2px;
    vertical-align: middle;
    /*margin-bottom: 6px;*/
    /* float: right; */
}

#audio_icon{
    display: inline-block;
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
    /* position: absolute; */
    background:url("../images/icon_audio_close.png");
    margin-top: 3px;
    margin-left: 2px;
    vertical-align: middle;
    /*margin-bottom: 6px;*/
    /* float: right; */
}

#room_0_icon{
    display: inline-block;
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
    /* position: absolute; */
    background:url("../images/room_0.png");
    margin-top: 3px;
    margin-left: 15px;
    vertical-align: middle;
    /*margin-bottom: 6px;*/
    /* float: left; */
}

#room_1_icon{
    display: inline-block;
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
    /* position: absolute; */
    background:url("../images/room_1.png");
    margin-top: 3px;
    margin-left: 15px;
    vertical-align: middle;
    /*margin-bottom: 6px;*/
    /* float: left; */
}

#screen_icon{
    display: inline-block;
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
    /* position: absolute; */
    background:url("../images/icon_speaker_close.png");
    margin-top: 3px;
    margin-left: 2px;
    /* margin-right: 6px; */
    vertical-align: middle;
    /*margin-bottom: 6px;*/
    /* float: right; */
}

#kickout_user_icon{
    display: inline-block;
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    /* position: absolute; */
    background:url("../images/icon_kickout_user.png");
    margin-top: 3px;
    margin-left: 2px;
    margin-right: 6px;
    vertical-align: middle;
    /*margin-bottom: 6px;*/
    /* float: right; */
}

.userInfo{
    /*用户列表中昵称*/
    width: 200px;
    height:30px;
    min-width: 115px;
    max-width: 200px;
    line-height: 30px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:#515151;
    /*margin-bottom: 6px;*/
    padding-left: 5px;
    float: left;
    vertical-align: middle;

    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
/*用户列表界面div*/

#room_info_name{
    float: left;
    margin-left: 15px;
}

#IAU0{
    width: 100%;
    height: 40px;
    /* background-color: #31B6FC; */
    line-height: 40px;
    text-align: center;
}

/*视频界面div*/
#VideoLayout{
    background-color:#333333;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
}

#div_roomlist{
    border-radius: 5px 5px 5px 5px;
    overflow-y: auto;
}

/* 公共dialog提示框 */
/* div_public_dlg_layout 公共提示框的根布局，便于水平居中 */
.div_public_dlg_layout{
    width: 100%;
    height: 220px;
    position: absolute;
    top: 35%;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* 退出会议提示框 */
#div_public_dlg{
    width: 500px;
    height: 220px;
    /* position: absolute;
    top: 40%;
    left: 30%; */
    background: #333333;
    box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.3);
    border-radius: 4px;
    z-index: 20000;
}

.dlg_top_title_line{
    width: 440px;
    height: 1px;
    margin: 0px 30px;
    background: rgba(153, 153, 153, 0.5);
}

/* dlg_top_title 公共对话框顶部title */
.dlg_top_title{
    width: 440;
    height: 45px;
    margin: 0px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* title_span title文字 */
#title_span{
    width: 37px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

/* dlg_close_img 关闭提示框 */
#dlg_close_img{
    width: 16px;
    height: 16px;
    margin-block-start: 3px;
    background-image: url('../images/div_close.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#dlg_close_img:hover{
    cursor: pointer;
    background-image: url('../images/div_close_hover.png');
}

/* dlg_middle_message 退出对话框内容 */
.dlg_middle_message{
    width: 100%;
    height: 115px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* dlg_msg_img 提示内容图标 */
#dlg_msg_img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-image: url('../images/img_exit_msg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/* msg_span 提示内容 */
#msg_span{
    width: 176px;
    height: 24px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}

/* dlg_bottom_btn 公共对话框底部按钮 */
.dlg_bottom_btn{
    width: 100%;
    height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#dlg_cancle, #dlg_ok{
    width: 120px;
    height: 34px;
    border-radius: 6px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E6E6E6;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* dlg_cancle 取消 */
#dlg_cancle{
    margin-right: 20px;
    border: 1px solid #999999;
}

/* dlg_ok 确定 */
 #dlg_ok{
    background: #D64F4E;
}


/*box*/