/*
 * @Author: LiJie 
 * @Date: 2019-09-19 14:59:15 
 * @Last Modified by:   LiJie 
 * @Last Modified time: 2019-09-19 14:59:15 
 */
:root {
  --robot: url(../images/robot.png) no-repeat;
  --agent:url(../images/agent.png) no-repeat;
  --client:url(../images/client.png) no-repeat;
 --clientBubble:#fff;
 --clientTheme: #237ae4;
}

* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  border: none;
  box-sizing: border-box;
}

li {
  list-style: none;
}

img,
video {
  object-fit: contain;
  max-width: 100%;
}

html,
body {
  height: 100%;
  width: 100%;
  min-width: 360px;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  color: #585858;
  /* min-height: 320px; */
  /* max-width: 640px;
	max-height: 960px; */
}
marquee{
	height: 25px;
	line-height: 25px;
}

.preview-box {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: black;
}

.preview-box img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.preview-box video {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute; 
  background: #e9e9e9;
}

.header {
  margin: auto;
  width: 100%;
  height: 60px;
  background-color: #3868dd;
  /* text-align: center; */
  line-height: 40px;
}

.header img{
  height: 40px;
  margin: 10px 0 10px 15px;
}

.header .back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  width: 10px;
  height: 10px;
  background: url("../images/zoom.png") no-repeat center;
  background-size: 100% 100%;
}

.header .close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  width: 10px;
  height: 10px;
  background: url("../images/close.png") no-repeat center;
  background-size: 100% 100%;
}

.header .head-title {
  position: absolute;
  top: 0;
  right: 40px;
  width: calc(100% - 80px);
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: bold;
}
.mobile-notice{
	background-color: #fff3e0;
}
.mobile-notice .notice-title{
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
	line-height: 20px;
	color: #ff9900;
	font-family: 平方;
	font-size: 11px;
	line-height: 30px;
	padding-left: 8px;
	display: none;
	/* display: inline-block; */
}
#noticeView .notice-content{
	text-align: left;
	line-height: 23px;
	height: 100%;
}
#noticePage{
	display: none;
	position: absolute;
	top: 55px;
	background-color: rgb(255, 255, 255);
	z-index: 99;
	width: 100%;
	height: auto;
}
.notice-title{
	display: none;
}
.bottom-btn-box{
	text-align: center;
	margin: 10px;
}
.notice-button{
	height: 30px;
	width: 75px;
	background-color: #458ce8;
	color: #fff;
	border-radius: 6px;
}

.main {
  width: calc(100% - 30px);
  height: calc(100% - 90px);
  margin: 15px;
  /* overflow: hidden; */
}

.main .view {
  display: none;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  text-align: center;
  background-color: #ffffff;
}

/* .view:first-child {
	display: block;
} */

/* *********** view ************* */
.view .btn-box button {
  width: 100px;
  height: 30px;
  margin: 0 10px;
  border-radius: 15px;
  color: #fff;
  border: none;
  outline: none;
}

.view .btn-box .cencel-btn {
  background-color: #cdd0d9;
}

.view .btn-box .submit-btn {
  background-color: #458ce8;
}

/****** biz-view ******/
.biz-view .biz-form {
  position: relative;
  top: 20%;
  left: 20%;
  height: 50%;
  width: 60%;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0px 4px #919296;
}

.biz-view .biz-title {
  height: 50px;
  width: 100%;
  font-size: 1.2em;
  line-height: 50px;
}

.biz-view .biz-menu {
  height: calc(100% - 120px);
  width: 100%;
  overflow-y: scroll;
}

.biz-view .biz-form .biz-box {
  padding: 0 20%;
  text-align: left;
}

.biz-view .biz-form .biz-box .biz-label {
  height: 30px;
  width: 100%;
  line-height: 30px;
  vertical-align: middle;
}

.biz-view .biz-form .biz-box input {
  vertical-align: middle;
}

.biz-view .biz-form .biz-btn-box {
  padding: 20px 0;
}

.biz-view .biz-form .biz-btn {
  width: 110px;
  height: 30px;
  color: #fff;
  border-radius: 15px;
  background-color: #458ce8;
  border: none;
  outline: none;
}

/****** chat-view ******/
.chat-view {
  /*********** 滑动模块 ***********/
  /*********** 输入栏 ***********/
  /*********** 表情 工具栏 ***********/
  /******* 表情  ********/
}

.chat-view .sucker{
  width: 100%;
  padding: 6px 10px;
  text-align: left;
  white-space: nowrap;
  overflow: auto;
  z-index: 199;
  background-color: white;
  height: 42px;
  
}
.chat-view .sucker li{
  height: 30px;
  padding: 0 12px;
  color: #3868dd;
  border-radius: 20px;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #3868dd;
  cursor: pointer;
}

.chat-view .chat-box {
  width: 100%;
  height: calc(100% - 130px);
  overflow: auto;
  background-color: #F8F8F8;
}

.chat-view .chat-box1 {
  width: 100%;
  height: calc(100% - 220px) !important;
  overflow: hidden;
}
.chat-view .chat-box2 {
  width: 100%;
  height: calc(100% - 266px) !important;
  overflow: hidden;
}

.chat-view .history-box {
  z-index: 10;
  margin-top: 10px;
}

.chat-view .history-box .history {
  color: #A5A6A7;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.chat-view .scroll {
  position: relative;
  width: 100%;
  height: calc(100% - 32px);
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #F8F8F8;
}

.chat-view .scroll .retract {
  float: left;
  display: none;
  height: 40px;
  width: 100%;
  text-align: center;
  color: #000;
}

.chat-view .system-msg,
.chat-view .robot-msg,
.chat-view .agent-msg {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  width: calc(100vw - 93px);
  height: auto;
  color: black;
  text-align: left;
}

.chat-view .client-msg {
  float: right;
  margin-top: 10px;
  margin-right: 20px;
  width: calc(100vw - 93px);
  height: auto;
  color: white;
  text-align: right;
}

.chat-view .msg-header {
  margin: 5px 0px 5px 53px;
  text-align: inherit;
  font-size: 1em;
  color: #b8b8b8;
  /* background-color: #3caf19; */
}
.chat-view .client-msg .msg-header{
	 margin: 5px 55px 5px 0px;
}
.chat-view .system-msg .system,
.chat-view .robot-msg .robot,
.chat-view .agent-msg .robot {
  background: url(../images/robot.png) no-repeat;
  /* background: var(--robot); */
  background-size: 100% 100%;
  border-radius: 50%;
}

.chat-view .robot-msg .agent,
.chat-view .agent-msg .agent {
  background: var(--agent);
  background-size: 100% 100%;
  border-radius: 50%;
}

.chat-view .system-msg .text,
.chat-view .robot-msg .text,
.chat-view .robot-msg .list,
.chat-view .agent-msg .text,
.chat-view .agent-msg .list ,
.chat-view .judge-box{
  background-color: #fff;
  border-radius: 5px;
}

.chat-view .robot-msg .read,
.chat-view .agent-msg .read {
  padding-left: 5px;
}

.chat-view .client-msg .client {
  /* background: var(--client); */
  background: url(../images/client.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}

.chat-view .client-msg .text,
.chat-view .client-msg .list,
.chat-view .client-msg .fileContent {
	text-align: left;
	background-color: var(--clientBubble);
	border-radius: 5px;
	color: #343434;
	border: 1px solid var(--clientBubble);
}

.chat-view .client-msg .read {
  padding-right: 5px;
}

.chat-view .client-msg .fileContent {
  padding: 10px;
}

.chat-view .client-msg .fileContent a {
  color: #343434 !important;
}

.chat-view .avatar {
  float: inherit;
  width: 48px;
  height: 48px;
  margin-top: 5px;
}

.chat-view .msg-box {
  float: inherit;
  margin: 5px;
  min-width: 30px;
  max-width: 355px;
  /* max-width: calc(100% - 60px); */
  height: auto;
  text-align: inherit;
}

.chat-view .msg-box .imgBox{
  display: inline-block;
  text-align: center;
  width: 33%;
}

.chat-view .msg-box .imgBox img{
  width:100%;
  padding: 30px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.chat-view .msg-box video {
  background-color: #000;
}

.chat-view .msg-box img {
  max-width: 300px;
}

.chat-view .msg-box a:link {
  color: #458ce8;
}

.chat-view .msg-box a:visited {
  color: #c0c4c9;
}

.chat-view .msg-box a:hover {
  color: #458ce8;
}

.chat-view .msg-box a:active {
  color: #458ce8;
}

.chat-view .list .list-title {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
/*  background: url("../images/chat_bg.png") no-repeat center; */
  background-color: var(--clientTheme);
  background-size: 100% 100%;
  color: white;
  border-radius: 6px 6px 0px 0px;
}

.chat-view .list .list-title span{
  float: right;
  font-weight:normal;
  font-size: 1em;
  line-height: 1em;
}

.chat-view .list .list-title span img{
  height: 1em;
  margin-right: 5px;
}

.chat-view .list ul {
  padding: 10px;
}

.chat-view .list ul li {
  font-size: 14px;
  line-height: 2em;
  color: var(--clientTheme);
  word-wrap: break-word;
  word-break: break-all;
  list-style-type: disc;
  list-style-position: inside;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-view .flight .flight-title {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  color: #fff;
  background: url(../images/chat_title_bg.png) no-repeat;
  background-size: cover;
}
.chat-view .flight .flight-title span{
  color: #fff;
  float: right;
  cursor:pointer;
}
.chat-view .flight .flight-list{

}
.chat-view .flight .flight-list .flight-item{
  padding: 10px;
  border-bottom: 1px solid #f1f0f5;
  /* min-width: 260px; */
  width: 100%;
}
.chat-view .flight .flight-list .flight-item h2{
  margin-bottom: 15px;
  font-size: 18px;
}
.chat-view .flight .flight-list .flight-item h2 img{
  width: 18px;
  margin-right: 3px;
}
.chat-view .flight .flight-list .flight-item h2 span{
  background-color: #3868dd;
  color: #fff;
  float: right;
  padding: 5px;
  font-weight:normal;
  border-radius: 3px;
  margin-left: 10px;
  cursor:pointer;
}
.chat-view .flight .flight-list .flight-item p{
  font-size: 12px;
  color: #8c8c8a;
}
.chat-view .flight .flight-item>div{
  margin-top: 5px;
  text-align: center;
}
.chat-view .flight .flight-item>div>*{
  display: inline-block;
}
.chat-view .flight .flight-item>div>img{
  height: 26px;
  width: auto;
}
.chat-view .flight .flight-item>div>span{
  line-height: 26px;
}
.chat-view .flight .flight-item>div :first-child{
  float: left;
}
.chat-view .flight .flight-item>div :last-child{
  float: right;
}
.chat-view .flight .next{
  text-align: center;
  color: #3868dd;
  font-size: 18px;
  padding: 5px 0;
  cursor:pointer;
}

/* .chat-view .list ul li:after {
  content: "";
  position: absolute;
  left: 16px;
  right: 10px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #458ce8;
} */

.chat-view .text {
  display: none;
  padding: 10px;
  height: auto;
  min-height: 20px;
  line-height: 20px;
  font-size: 1em;
  border-radius: 5px;
}

.chat-view .text-content {
  padding: 5px 0;
  line-height: 20px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
.chat-view .rich-text{
	display: none;
	padding: 10px;
	max-width: 100%;
	height: auto;
	min-height: 20px;
	line-height: 20px;
	font-size: 1em;
	border-radius: 5px;
	min-width: 380px;
	width: 100%;
	background: #fff;
}
.rich-text .rich-box{
	display: inline-block;
	box-sizing: border-box;
}
.rich-text .description-box{
	width: 55%;
}
.description-box .rich-title{
	font-weight: bold;
	line-height: 5.125rem;
}
.rich-text .img-box{
	width: 39%;
	
}
.rich-text .img-box img{
	min-width: 20px;
	max-width: 160px;
	height: auto;
}
.chat-view .text-content table,
.chat-view .text-content table tr th,
.chat-view .text-content table tr td {
  height: 30px;
  text-align: center;
  border: 1px solid #000;
}

.chat-view .text .emoji {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.chat-view .text .solved-box, .chat-view .list .solved-box{
  display: none;
  text-align: center;
}

.chat-view .solved-box .solved,
.chat-view .solved-box .unsolved {
  display: inline-block;
  width: 80px;
  height: 30px;
  margin: 5px;
  text-align: left;
  border-radius: 5px;
  outline: none;
}

.chat-view .solved-box .solved,
.chat-view .solved-box .unsolved {
  color: #333333;
  background-color: #f3f3f5;
  cursor: pointer;
}
.chat-view .judge-box{
	padding: 10px;
	display: none;
	min-width: 305px;
}
.judge-box .judge-title{
	text-align: center;
	margin: 10px;
}
.judge-box .bottom{
	text-align: center;
}
.judge-box .sbm-btn{
	height: 28px;
	width: 68px;
	background-color: #458ce8;
	color: #fff;
	line-height: 28px;
	border-radius: 5px;
	text-align: center;
	margin: 10px auto 0px;
	
}
.chat-view .solved-box .processed {
  color: white;
  background-color: #3167af;
}

.chat-view .solved-box .solved-text {
  float: left;
  width: 50px;
  height: 30px;
  text-align: center;
  line-height: 28px;
}

.chat-view .solved-box .solved-icon {
  float: left;
  margin: 5px;
  width: 20px;
  height: 20px;
}

.chat-view .solved-box .solved .solved-icon {
  background: url("../images/good2.png") no-repeat center;
  background-size: 100% 100%;
}

.solved-box .solved.processed .solved-icon {
  background: url("../images/good.png") no-repeat center;
  background-size: 100% 100%
}

.chat-view .solved-box .unsolved .solved-icon {
  background: url("../images/bad.png") no-repeat center;
  background-size: 100% 100%;
}

.solved-box .unsolved.processed .solved-icon {
  background: url("../images/white.png") no-repeat center;
  background-size: 100% 100%
}


.chat-view .imgZoom {
  display: none;
  min-width: 20px;
  max-width: 160px;
  height: auto;
}

.chat-view .voice {
  display: none;
  max-width: 250px;
  height: 40px;
  min-height: 30px;
}

.chat-view .video {
  display: none;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  min-height: 30px;
  min-width: 200px;
  max-width: 251px;
}

.chat-view .read {
  /* display: none; */
  height: 20px;
  line-height: 20px;
  color: #A5A6A7;
}

.chat-view .slider {
  display: none;
  width: 100%;
  height: 40px;
  text-align: left;
  background-color: #f1f2f3;
}

.chat-view .slider ul {
  height: 100%;
  width: 100%;
  padding: 5px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.chat-view .slider ul::-webkit-scrollbar {
  display: none;
}

.chat-view .slider ul li:first-child {
  padding: 0 10px;
}

.chat-view .slider ul li {
  display: inline-block;
  margin: 0 5px;
  height: 30px;
  padding: 0 10px;
  color: #79797a;
  border-radius: 20px;
  line-height: 30px;
  background: #f7f7f7;
  box-shadow: 0 0 5px #cecece;
  cursor: pointer;
}

.chat-view .input-bar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e4e7eb;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 199;
  display: flex;
  background-color: #E4E7EB;
}

#container .chat-view .input-bar-mb{
	position: absolute;
	bottom: 181px;
}
#inputBar #M-emojiIcon,
#inputBar #moreIcon,
#inputBar #sendIcon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  line-height: 56px;
  color: #8F8F91;
}
#inputBar #M-emojiIcon{
	margin-left: 5px;
}
.chat-view .emoji-icon .icon,.chat-view .more-icon .icon, .chat-view .send-icon .icon {
	font-size: 26px;
}

.chat-view .more-icon {
  float: right;
  background-size: 100% 100%;
}

.chat-view .send-icon {
  float: right;
  display: none;
  background-size: 100% 100%;
  color: #458ce8;
}

.chat-view .input-box {
  float: left;
  height: 35px;
  width: calc(100% - 80px);
  color: #acacac;
  flex: 1;
  margin-top: 6px;
}

.chat-view .input-box input.text-input {
  display: block;
  width: calc(100% - 10px);
  height: 100%;
  line-height: 35px;
  margin-left: 10px;
  text-indent: 3px;
  border-radius: 6px;
}

.chat-view .input-box input.text-input:focus {
	outline: none!important;
	/* background-color: transparent; */
}
::-webkit-input-placeholder{/*Webkit browsers*/
    color:#CCCCCC;
	font-family: 'Microsoft YaHei;';
	font-size: 14px;
}
:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
    color:#CCCCCC;
	font-family: 'Microsoft YaHei;';
	font-size: 14px;
}
::moz-placeholder{/*Mozilla Firefox 19+*/
   color:#CCCCCC;
   font-family: 'Microsoft YaHei;';
   font-size: 14px;
}
:-ms-input-placeholder{/*Internet Explorer 10+*/
     color:#CCCCCC;
	 font-family: 'Microsoft YaHei;';
	 font-size: 14px;
}
.chat-view .tools-view,
.chat-view .emoji-view {
  width: 100vw;
  height: 180px;
  background: #E4E7EB;
  vertical-align: middle;
}
.chat-view .emoji-view-pc {
  position: absolute;
  bottom: 180px;
}
.chat-view .emoji-view-mb{
	position: absolute;
	bottom: 0px;
}
.chat-view .tools-view ul {
  width: 100%;
  height: 100%;
  text-align: center;
}
.chat-view .tools-view ul li {
  float: left;
  width: 25%;
  height: 50%;
  padding: 15px;
}
.chat-view .tools-view .tools-icon {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  text-align: center;
}
.tool-icon-title{
	font-size: 9px;
	display: inline-block;
	margin-top: 2px;
	text-align: center;
}
.chat-view .tools-view .file-input {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.chat-view .tools-view #imageIcon {
  background: url("../images/tools/image.png") no-repeat;
  background-size: 100% 100%;
}

.chat-view .tools-view #audioIcon {
  background: url("../images/tools/audio1.png") no-repeat;
  background-size: 100% 100%;
}

.chat-view .tools-view #videoIcon {
  background: url("../images/tools/video1.png") no-repeat;
  background-size: 100% 100%;
}

.chat-view .tools-view #fileIcon {
  background: url("../images/tools/file.png") no-repeat;
  background-size: 100% 100%;
}

.chat-view .tools-view #webrtcIcon {
  background: url("../images/tools/video.png") no-repeat center;
  background-size: 100% 100%;
}

.chat-view .tools-view #joint {
  background: url("../images/tools/joint.png") no-repeat center;
  background-size: 100% 100%;
}

.chat-view .tools-view #lmsgIcon {
  background: url("../images/tools/more5.png") no-repeat center;
  background-size: 100% 100%;
}

.chat-view .tools-view #evalIcon {
  background: url("../images/tools/more6.png") no-repeat center;
  background-size: 100% 100%;
}

.chat-view .emoji-view .emoji-box {
  margin: 10px 0;
  width: 100vw;
  height: 160px;
}

.chat-view .emoji-view .emoji-list {
  float: left;
  width: 100%;
  height: 80%;
  overflow: auto;
}

.chat-view .emoji-view .emoji-list li {
  float: left;
  margin: auto;
  /* width: 10%; */
  /* margin-bottom: 5px; */
  text-align: center;
  cursor: pointer;
}

.chat-view .emoji-view .emoji-list li img {
  width: 30px;
  padding: 5px;
}

.chat-view .emoji-view .emoji-list li img:hover {
  border: 1px solid #ccc;
}

.crv .chat-box {
  width: 100%;
  height: calc(100% - 80px);
  overflow: hidden;
}

.crv .chat-box1 {
  width: 100%;
  height: calc(100% - 260px);
  overflow: hidden;
}

.crv .chat-box2 {
  width: 100%;
  height: calc(100% - 260px);
  overflow: hidden;
}

/****** eval-view ******/
.eval-view{
	padding-top: 50px;
}
.eval-view .eval-title {
  margin: 50px 0 30px 0;
  font-size: 1.5em;
}

.star-box {
  width: 300px;
  margin: auto;
}
.starWords{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.star-box ul {
	 width: 70%;
	 height: 40px;
	 text-align: center;
	 display: inline-block;
	 overflow: hidden;
}

.star-box ul li {
  float: left;
  margin: 5px;
  list-style: none;
  width: 32px;
  height: 32px;
  background: url(../images/judge/star.png) no-repeat;
}

.star-box ul li.light {
  background-position: 0 -35px;
}

.eval-view .eavl-text-box {
  /* display: none; */
  padding: 20px 10%;
}

.eval-view .eavl-text-box textarea {
  padding: 5px;
  height: 80px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D0e2e2;
}

.eval-view .solution-box {
  margin: 30px 0;
}

.eval-view .solution-box button {
  margin: 0 15px;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  color: #484848;
  border: 1px solid #458ce8;
  outline: none;
}

.eval-view .solution-box .selected {
  color: #fff;
  background-color: #458ce8;
}

/****** lmsg-view ******/
.lmsg-view{
	background-color: #FFFFFF;
}
.lmsg-view .lmsg-title {
  padding: 50px 10% 20px;
  width: 100%;
  line-height: 15px;
  text-align: left;
}

.lmsg-view .lmsg-form {
  padding: 0px 10%;
  width: 100%;
}

.lmsg-view .lmsg-form .input-group {
  margin: 20px 0;
  width: 100%;
  text-align: left;
}

.lmsg-view .lmsg-form .input-group input {
  padding: 0 5px;
  height: 30px;
  width: calc(100% - 50px);
  border: 1px solid #D0e2e2;
}

.lmsg-view .lmsg-form .point {
  color: #f76e4e;
  font-weight: bolder;
  width: 10px;
  height: 100%;
}

.lmsg-view .lmsg-form .text-desc {
  margin: 10px 0;
}

.lmsg-view .lmsg-form .lmsgText {
  padding: 5px;
  height: 80px;
  width: calc(100% - 13px);
  border-radius: 3px;
  border: 1px solid #D0e2e2;
}
#online-lmsg{
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
	position: absolute;
	top: 40px;
	bottom: 0px;
	display: none;
}
/* ********* preview-image *********** */
.preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 200;
}

.preview-image img {
  width: 100%;
  height: 100%;
}

/* ********* EAlert *********** */
.alert-view {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  font-size: 1.2em;
  text-align: center;
  background-color: rgba(138, 136, 136, 0.6);
  z-index: 100000000;
}

#noticeView .alert-box ,#alertView .alert-box{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: auto;
  min-width: 200px;
  min-height: 150px;
  max-width: 400px;
  max-height: 310px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
}
#InfoBox .alert-box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 464px;
	height: 304px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px #E0E0E1;
	border-radius: 5px;
	transform: translate(-50%, -60%);
}
.alert-view .alert-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #458ce8;
  color: #fff;
}

.alert-view .alert-msg {
  width: 100%;
  padding: 15px 10px;
  height: auto;
  min-height: 80px;
  max-height: 200px;
  border-top:1px solid #E4E7EB;
 
}
#noticeView .alert-msg{
  overflow-y: scroll;
}
#alertInfo{
	 border-top:1px solid #E4E7EB;
	 padding: 15px 10px;
}
.alert-view .alert-btn-box {
	width: 100%;
    height: 58px;
    line-height: 58px;
}

.alert-view .alert-btn-box>div {
  /* float: left; */
  display: none;
  height: 50px;
  width: 48%;
  line-height: 50px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #458ce8;
}
.alert-view .alert-btn-box .inbtn{
	display: inline-block;
	
}
.alert-view .alert-btn-box .canclebtn{
	border-left: 1px solid #dce4e4;
}
.alert-view .alert-btn-box .alert-cencel-btn {
  display: none;
  border-left: 1px solid #dce4e4;
}
#noticeView .alert-title-info {
   width: 100%;
   height: 45px;
   line-height: 45px;
   font-size: 18px;
   font-weight: bold;
   color: #458ce8;
   text-align: center;
}
#InfoBox .alert-title-info{
	width: 100%;
	height: 59px;
	line-height: 59px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #585858;
	text-align: left;
	margin-left: 35px;
}
#alertInfo .alertInput{
	height: 32px;
	width: 210px;
	border: 1px solid #d8d8d8;
	margin: 10px;
	box-sizing: border-box;
	text-indent: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
#alertInfo .alertInput:focus{
	outline: none; 
}	
.inline-div{
	display: inline-block;
	width: 40%;
}
.input-radio-div{
	width: 210px;
	margin-top: 10px;
	margin-left: 15px;
}
.readfont{
	color: #ff3939;
}
#readTips{
	display: none;
}
#noticeView .alert-btn-box .inbtn{
	background-color: #237ae4; 
	color: #fff;
	border-radius: 6px;
	width: 110px;
	height: 39px;
	line-height: 39px;
	font-size: 15px
}
#InfoBox .alert-btn-box .inbtn{
	color: #fff;
	line-height: 32px;
	font-size: 14px;
	width: 90px;
	height: 32px;
	background: var(--clientTheme);
	/* background: #237AE4; */
	border-radius: 5px;
}
#InfoBox #alertInfo{
	height: calc(100% - 120px);
	border-bottom: none;
	width: 85%;
	margin: auto;
}
.msg-bottom {
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
  border-radius: 12px;
}

.msg-bottom .chat-tools {
  height: 25px;	
  padding-left: 10px;
  background-color: #FFFFFF;
}

.msg-bottom .chat-tools ul li {
  float: left;
  width: 30px;
  height: 20px;
  margin-top: 5px;
  cursor: pointer;
}
.msg-bottom .msg-send-box {
    height: 100%;
}

.msg-send-box .input {
  width: calc(100% - 8px);
  font-size: 15px;
  line-height: 1.5em;
  height: 100%;
  border: none;
  outline: none;
  padding: 3px 6px;
  box-sizing: border-box;
  resize: none;
}

.msg-bottom .btnbox {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.msg-bottom .btnbox button {
  width: 120px !important;
  height: 30px !important;
  margin: 0 !important;
  outline: none;
  /* background-color: #237ae4; */
  background:var(--clientTheme);
  color: #fff;
  border-radius: 6px;
}


.msg-bottom .chat-tools ul li input {
  display: none;
}

.resource-content {
  padding: 10px;
  border-radius: 6px;
  background: #999999;
  display: none;
}

.agent-msg .resource-content {
  float: left;
}

.client-msg .resource-content {
  float: right;
}

.erCode-container {
  position: absolute;
  bottom: 110px;
  width: 140px;
  left: 45px;
  box-shadow: 0px 0px 4px #919296;
  cursor: pointer;
  z-index: 999;
  background-color: #fff;
}

.erCode-container .item {
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.erCode-container .item.selected {
  background: #3AB2B3;
  color: #fff;
}

.qrcode-content {
  position: absolute;
  bottom: 110px;
  left: 50px;
  height: 110px;
  width: 110px;
  display: none;
  box-shadow: 0px 0px 4px #8c909d;
  padding: 5px;
  background: #fff;
  z-index: 999;
}

@media (max-width: 450px) {

  .webrtc-view {
    height: 30%;
    top: 40px;
  }

  .main.mobil-main {
    margin-top: calc(30% + 40px);
    height: calc(70% - 40px);
  }

  .chat-view .judge-box{
	  width: 305px;
  }
  .main .view{
	  background-color: #F8F8F8;
  }
  .chat-view .avatar {
    float: inherit;
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }
  .chat-view .msg-box {
	  max-width: calc(100% - 40px);
  }
  .chat-view .msg-box .imgBox img{
    padding: 5px;
  }
  .chat-view .msg-box .imgBox p{
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .chat-view .msg-header {
      margin: 5px 0px 5px 35px;
  }
  .chat-view .client-msg .msg-header {
       margin: 5px 36px 5px 0px;
  }
}

.maskModal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.link_a{
	text-decoration: none;
	color: #3868dd;
}
.label-a{
	padding: 5px;
	border: 1px solid #458ce8;
	border-radius: 3px;
	margin: 10px;
	display: inline-block;
	color: #458ce8;

}
.yellow{
	background-color: #f8c244;
}
/* 禁止复制css
*{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
允许复制
input {
    -webkit-user-select:auto; 
} */

  /* 定义滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(240, 240, 240, 1);
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .5);
}
/*定义滑块 内阴影+圆角*/	
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  background-color: rgba(240, 240, 240, .5);
}