.meetHandle {
  position: fixed;
  top:590px;
  width: 46px;
  transform: translateX(1200px);
  cursor: pointer;
  z-index: 999;
}
.meetHandle a {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  text-align: center;
  margin-bottom: 10px;
}
.meetHandle .joinBtn {
  background: url('/res/images/meet/attend_o.png') no-repeat;
  background-size: 100% 100%;
  display: none;
}
.meetHandle .arcBtn {
  background: url('/res/images/meet/attend_b.png') no-repeat;
  background-size: 100% 100%;
  display: none;
}
.joinBtn:hover .joinBtn_img {
  display: none;
}
.arcBtn:hover .arcBtn_img {
  display: none;
}

.meetHandle img {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
}
.meetHandle .title {
  color:#fff;
  font-size: 14px;
  padding:0 5px;
}
.meetHandle .kefu {
  width: 100%;
  height: 46px;
  background: url('/res/images/meet/kefu.png') no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.meetHandle .toTop {
  width: 100%;
  height: 46px;
  background: url('/res/images/meet/toTop.png') no-repeat;
  background-size: cover;
}
.meetHandle .videoBtn {
  position: relative;
  width: 100%;
  height: 46px;
  background: url('/res/images/meet/attend_s.png') no-repeat;
  background-size: cover;
}
.videoBtn_img {
  position: absolute;
  top:50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 28px !important;
  height: 28px !important;
}
.videoBtn .title {
  display: none;
}
.videoBtn:hover .title {
  display: block;
}
.videoBtn:hover .videoBtn_img {
  display: none;
}
.containeer {
  background: #302f35;
}

.containeer .flexWrap {
  display: flex;
  align-items: center;
}
.containeer .wrap{
  justify-content: space-between;
  margin:0 auto;
  width: 1100px;
  height: 100px;
}
.c-3cb{
  color:#3CB5DA;
}

.c-9898{
  color:#989898;
}

/* 第三方客服 */
#thirdOnLine {
  display: none;
  width: 550px;
  height: 618px;
}
.layui-layer-title {
  background: #3fafba;
  font-size: 18px;
  color:#fff;
  padding-left:40px;
}
.layui-layer-content {
  overflow: initial !important;
}
.talkList {
  height: 495px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 36px 36px 0 36px;
}
.talking {
  display: flex;
  height: 122px;
  background: #f3f1ee;
  border-top: 1px solid #3fafba;
}
.talking textarea {
  width: 360px;
  height: 100%;
  border: none;
  background: #f3f1ee;
  border-color: #f3f1ee;
  outline: none;
  resize: none;
  font-size: 16px;
  font-weight: 600;
  color: #989898;
  line-height: 22px;
  padding: 14px 35px;
  box-sizing: border-box;
}
.talking .talking_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 46px;
  background: #3fafba;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #fefefe;
  line-height: 46px;
  text-align: center;
  margin-top: 40px;
  margin-right: 40px;
}
.talkList li {
  margin-bottom: 10px;
}
.talkList .self {
  text-align: right;
}
.talkList .self::after {
  content:'';
  display: inline-block;
  width: 44px;
  height: 44px;
  background:url('/res/images/meet/me.png');
  background-size: 100% 100%;
  margin-left: 25px;
}
.talkList .other::before {
  content:'';
  display: inline-block;
  width: 44px;
  height: 44px;
  background:url('/res/images/meet/ai.png');
  background-size: 100% 100%;
  margin-right: 25px;
}
.talkList .talkContent {
  display: inline-block;
  max-width: 369px;
  padding: 8px 23px 9px 27px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  margin-top: 10px;
}
.self .talkContent {
  background: #e4f3f5;
  margin-left: 25px;
  position: relative;
}
.self .talkContent::before {
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #e4f3f5;
  border-width: 0 0 10px 10px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: -7px;
}
.other .talkContent::before {
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #f3f1ee;
  border-width: 0 10px 10px 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: -7px;
}
.other .talkContent {
  position: relative;
  background: #f3f1ee;
  max-width: 360px;
  word-break: break-all;
}
.footer {
  display: none;
}

.sponsorName {
  max-width: 306px;
  word-break: break-all;
}

