﻿body{margin:0;padding:0;background:rgba(0,0,0,0.8);}
*{outline: none; /* 去除点击时的轮廓线 */ -webkit-tap-highlight-color: rgba(0,0,0,0); /* 去除iOS上的点击高亮 */}

.openChatView{position:fixed;z-index:100;bottom:50px;right:10px;width:50px;height:50px;line-height:50px;text-align:center;font-size:14px;font-weight:bold;box-shadow:2px 2px 2px 3px rgba(0,0,0,0.1);background:#3366ff;color:white;border-radius:50%;cursor:pointer;}
.openChatView:hover{background:grey;}

.closeChatView{position:absolute;top:0;right:0;width:40px;height:40px;font-size:22px;font-weight:bold;text-align:center;color:white;cursor:pointer;}

.chatView{display:none;position:fixed;z-index:101;top:0%;left:0%;width:100%;height:100%;text-align:center;background:rgba(0,0,0,0.3);}
/*.chatContentView_pc{position:relative;margin:50px auto;width:900px;height:600px;border-radius:13px;box-shadow:5px 5px 5px 5px rgba(0,0,0,0.2);overflow:hidden;background:none;}*/
.chatContentView_pc{position:fixed;z-index:101;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:600px;border-radius:13px;box-shadow:5px 5px 5px 5px rgba(0,0,0,0.2);overflow:hidden;background:none;}
.chatContentView_mb{width:100%;height:100%;overflow:hidden;}
.chatViewContent{margin:0;padding:0;width:100%;height:100%;border:none;overflow:hidden;outline:none;background:none;}