* {
  padding: 0;
  margin: 0;
}
.cryptonest-floatRight {
  float: right;
}
.cryptonest-clear {
  clear: both;
}
.cryptonest-visitorBody {
  background-color: #4c4c4c;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.el-menu.el-menu--horizontal {
  border-bottom: none;
  padding-bottom: 4px;
}
.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 3px solid #409eff;
}
#app {
  width: 100%;
  height: 100%;
}
.cryptonest-chatBg .el-tabs__header {
  margin: 0;
}

.cryptonest-visitorFaceBtn {
  float: left;
  margin-left: 5px;
}

.cryptonest-visitorFaceBox {
  position: absolute;
  bottom: 85px;
}
.cryptonest-visitorIconBtns {
  margin-right: 8px;
  transform: scale(0.8);
}
.cryptonest-visitorIconBtns:hover {
  color: #484848;
}

.cryptonest-kefuFaceBox {
  position: absolute;
  bottom: 0px;
  z-index: 999;
}

.cryptonest-faceBox {
  width: 100%;
  background: #fff;
  z-index: 99999999;
  padding: 2px;
}
.cryptonest-faceBoxList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cryptonest-faceBoxList li {
  cursor: pointer;
  float: left;
  border: 1px solid #e8e8e8;
  width: 28px;
  overflow: hidden;
  margin: -1px 0 0 -1px;
  padding: 4px 2px;
  text-align: center;
}

@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(10px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-10px);
  }
}

@keyframes bounce-up {
  25% {
    transform: translateY(10px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
}
.cryptonest-animate-bounce-up {
  -webkit-animation: bounce-up 1.4s linear infinite;
  animation: bounce-up 1.4s linear infinite;
}
.cryptonest-mainLogo {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.cryptonest-mainVersion {
  margin-left: 5px;
  font-size: 12px;
}

.el-container {
  height: 100%;
}
.el-aside {
  height: 100%;
  background: #fff;
}
.cryptonest-textDark {
  color: #343a40;
}
.cryptonest-bgInfo {
  background-color: #17a2b8;
}
.cryptonest-bgSuccess {
  background-color: #28a745;
}
.cryptonest-bgDanger {
  background-color: #dc3545;
}
.cryptonest-bgInfo {
  background-color: #17a2b8;
}
.cryptonest-smallBox {
  border-radius: 0.25rem;
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.125),
    0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
  color: #fff;
}
.cryptonest-settingMain h2 {
  margin-bottom: 20px;
}
.cryptonest-settingMain h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cryptonest-bigPic {
  background: #ccc;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  text-align: center;
}
/*客服聊天主板*/
.cryptonest-chatBg {
  background: #fff;
  border: solid 1px #e6e6e6;
  overflow: hidden;
}
.cryptonest-chatLeft {
  height: 100%;
  overflow: auto;
}
.cryptonest-chatLeft .el-tabs__nav,
.cryptonest-chatRight .el-tabs__nav {
  margin-left: 20px;
}
.cryptonest-chatRight {
  height: 100%;
  background: #fff;
  overflow-x: hidden;
}
.cryptonest-onlineUsers {
  padding: 10px 4px;
  height: 40px;
  font-size: 14px;
  border-bottom: solid 1px #f1f1f1;
  border-left: 4px solid #fff;
  display: flex;
  cursor: pointer;
}
.cryptonest-onlineUsers a {
  color: #333;
}
.cryptonest-onlineUsers:hover,
.cryptonest-onlineUsers.cur {
  background-color: rgb(238 247 255);
  border-left: 4px solid #4299e2;
}
.cryptonest-imgGray {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  color: #888;
}
.cryptonest-hasLastMsg {
  line-height: normal;
}
.cryptonest-lastNewMsg {
  font-size: 12px;
  color: #7f7f7f;
  margin-top: 4px;
  overflow: hidden;
  height: 16px;
}
/*客服页*/
.cryptonest-chatKfPageApp {
  max-width: 800px;
  margin: 0 auto;
}
.cryptonest-chatCenter {
  background: #fff;
  max-width: 840px;
  margin: 0 auto;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border-top: none;
  overflow: hidden;
}
.cryptonest-chatContext {
  width: 100%;
  text-align: left;
  position: relative;
  background: rgb(245, 245, 245);
}
.cryptonest-chatBox {
  position: relative;
  /*overflow-y: auto;*/
  overflow-x: hidden;
  background: #eeeeee;
  /*margin-bottom: 80px;*/
}
.cryptonest-fixed-actions {
  position: absolute;
  top: -42px;
  left: 0px;
  width: 100%;
  z-index: 10;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  user-select: none;
}
.cryptonest-actions-wrap {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  gap: 10px;
  padding: 12px 16px;
  background: #eeeeee;
  box-sizing: border-box;
  /* 隐藏滚动条 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 和 Edge */
}
.cryptonest-actions-wrap::-webkit-scrollbar {
  display: none;
}
.cryptonest-chatBoxSend .cryptonest-download-wrap {
  width: fit-content;
  cursor: pointer;
  background: #f7f7f7;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 14px;
  flex-shrink: 0;
}
.cryptonest-chatBoxSend .cryptonest-download-wrap:active {
  background: #ecf5ff50;
  color: #409eff;
}
.cryptonest-download-wrap .cryptonest-icon {
  width: 18px;
  height: 18px;
  margin-right: 2.5px;
}
.cryptonest-chatVisitorPage {
  height: calc(100% - 86px);
  display: flex;
  flex-direction: column;
}
.cryptonest-chatVisitorPage .cryptonest-top-tools {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
  box-sizing: border-box;
}
.cryptonest-tools-left {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #007ee5;
  letter-spacing: 0;
  font-weight: 500;
}
.cryptonest-tools-left .cryptonest-pt-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  background-image: url("/static/images/icon_logo_cryptonest.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cryptonest-tools-right .cryptonest-download-btn {
  width: fit-content;
  height: 28px;
  border: 1px solid rgba(0, 126, 229, 1);
  border-radius: 15px;
  padding: 4px 12px;
  box-sizing: border-box;
  font-size: 14px;
  color: #007ee5;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}
.cryptonest-tools-right .cryptonest-download-btn:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #fff;
}
.cryptonest-chatVisitorPage .cryptonest-chatBox {
  padding: 5px 4px 54px 4px;
  flex: 1;
  overflow-y: auto;
}
.cryptonest-chatBox .el-col {
  margin: 10px 0;
}
.cryptonest-chatUser {
  font-size: 12px;
  white-space: nowrap;
  color: #999;
  text-align: left;
  margin: -5px 0px 3px 0px;
}
.cryptonest-chatMainPage {
  margin-top: 1px;
}
.cryptonest-chatContent {
  background-color: rgb(255, 255, 255);
  color: #000;
  border: 1px solid rgb(237, 237, 237);
  min-height: 20px;
  padding: 8px 15px;
  word-break: break-all;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  line-height: 21px;
  font-size: 14px;
}
.cryptonest-chatContent2 {
  border-radius: 8px 8px 8px 0px;
  padding: 10px 15px;
}
.cryptonest-chatBoxMe {
  margin-top: 10px;
}
.cryptonest-chatBoxMe .cryptonest-chatContent2 {
  border-radius: 8px 8px 0px 8px;
  background-color: #cde0ff;
  color: #000;
}
a {
  color: #07a9fe;
  text-decoration: none;
}

.cryptonest-chatBoxMe .cryptonest-chatContent {
  float: right;
}
.cryptonest-chatBoxMe .cryptonest-chatContent:after {
  border-left-color: rgba(152, 225, 101, 1);
  border-right: none;
  left: auto;
  right: -5px;
}
.cryptonest-chatBoxMe .cryptonest-chatContent:before {
  border-left-color: rgb(152, 225, 101);
  border-right: -5px;
  left: auto;
}
.cryptonest-chatBoxMe .el-col-3 {
  float: right;
  text-align: right;
}
.cryptonest-chatBoxMe .cryptonest-chatUser {
  text-align: right;
}
.cryptonest-btnArea {
  width: 10%;
  float: right;
}

.cryptonest-chatTitle {
  height: 30px;
  line-height: 30px;
  color: #1989fa;
}
.cryptonest-chatBoxSend {
  position: relative;
  padding-top: 5px;
  background: #fff;
  width: 100%;
  height: 80px;
  z-index: 99;
  border-top: 1px solid #e4e4e4;
}
.cryptonest-chatBoxSendBtn {
  float: right;
  margin: 12px 4px 0 0;
}
.cryptonest-footContact {
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}
.cryptonest-footContact a {
  font-size: 12px;
  color: #999;
  text-decoration: none;
}
.cryptonest-chatTime {
  text-align: center;
  color: #bbb;
  margin: 12px 0;
  font-size: 12px;
}
.cryptonest-chatTime span {
  display: inline-block;
  padding: 2px 5px;
  background: rgb(218, 218, 218);
  color: #fff;
}
.cryptonest-chatTimeHide {
  display: none;
}
.cryptonest-visitorInfo .el-menu-item {
  font-size: 12px;
}
.cryptonest-chatRightTitle {
  color: #303133;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #e4e7ed;
}
.cryptonest-chatRightTitle a {
  float: right;
  text-decoration: none;
  color: #519eff;
}
.cryptonest-replyBox {
  font-size: 12px;
  min-height: 300px;
  background: #fff;
}
.cryptonest-replyItem:hover {
  background-color: #f0f9eb;
  color: #67c23a;
}
.cryptonest-replyContent {
  padding: 0 10px;
}
.cryptonest-replySearch {
  margin: 5px 7px;
  width: 96% !important;
}
.cryptonest-iconBtnsBox {
  display: flex;
  align-items: center;
  color: #7e7e7e;
  height: 35px;
}
.cryptonest-iconBtnsBox .cryptonest-iconBtn {
  margin-right: 10px;
  cursor: pointer;
}
.cryptonest-kefuMainBg {
  background: #f5f5f5;
  border-right: solid 1px #e6e6e6;
  border-top: none;
}
.cryptonest-kefuFuncBtns {
  background: #fff;
  margin: 2px 0px;
  color: #7f7f7f;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  padding: 5px 0px;
}

.cryptonest-kefuFuncBox {
  position: absolute;
  height: 135px;
  bottom: 0px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.cryptonest-kefuFuncBox .cryptonest-faceBox {
  position: absolute;
  bottom: 100px;
}
.cryptonest-kefuFolderBtn {
  vertical-align: middle;
}
.cryptonest-visitorReply {
  font-size: 14px;
  line-height: 24px;
}
.cryptonest-visitorReplyContent {
  color: #007aff;
  cursor: pointer;
}
.cryptonest-kefuSendBtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.cryptonest-clear {
  clear: both;
}

.cryptonest-chatEntTitle {
  display: none;
  width: 100%;
  z-index: 9;
  margin: 0 auto;
  height: 56px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  background-color: rgb(11 113 236);
  background-image: url(../images/visitor_title_bg.png);
  background-size: auto 72px;
  background-position: center 0;
  align-items: center;
}
.cryptonest-chatEntTitle span {
  margin-right: 10px;
}
.cryptonest-chatEntTitle .el-badge__content.is-fixed.is-dot {
  right: 17px;
  bottom: -5px;
  top: unset;
}
.cryptonest-chatEntBox {
  height: 100%;
  position: relative;
}
.cryptonest-chatArticle {
  display: none;
}
.cryptonest-visitorIconBox {
  display: flex;
  align-items: center;
  color: #9c9c9c;
}
.cryptonest-visitorIconBox .cryptonest-iconBtn {
  margin-right: 10px;
  cursor: pointer;
}
.cryptonest-productCard {
  cursor: pointer;
  padding: 5px;
  border-radius: 2px;
  width: auto;
  max-width: 730px;
  display: flex;
  border-radius: 5px;
}
.cryptonest-productCard img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.cryptonest-productCard .cryptonest-productCardPrice {
  color: #ff7736;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.cryptonest-productCard .cryptonest-productCardTitle {
  color: #333;
}
@media screen and (min-width: 900px) {
  .cryptonest-chatCenter {
    max-height: 650px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }
  .cryptonest-chatVisitorPage {
    height: calc(100% - 156px);
  }
  .cryptonest-chatEntTitle {
    display: flex;
  }
  .cryptonest-chatEntTitleLogo {
    margin-left: 15px;
  }
  .cryptonest-visitorBody {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cryptonest-chatEntBox {
    width: calc(100% - 265px);
    float: left;
    border-right: 1px solid #e6e6e6;
  }
  .cryptonest-chatArticle {
    display: block;
    width: 260px;
    float: right;
    overflow-y: auto;
  }
  .cryptonest-hotQuestionTitle {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    font-size: 16px;
    display: flex;
  }
  .cryptonest-hotQuestionTitle .cryptonest-fire {
    width: 20px;
    margin-right: 10px;
    color: rgb(250, 84, 28);
  }
}
.cryptonest-visitorEditorArea textarea {
  padding: 7px 56px 7px 8px;
  font-size: 16px;
  line-height: 21px;
  border: none;
}
.cryptonest-visitorEditorBtn {
  position: absolute;
  right: 10px;
  bottom: 2px;
}
.cryptonest-mainLeftMenu {
  width: 70px;
  float: left;
  height: 100%;
  text-align: center;
  background-color: #0a2f5a;
  position: relative;
}
.cryptonest-menuLeftItem {
  height: 55px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding-top: 12px;
  width: 100%;
}
.cryptonest-menuLeftItem i,
.cryptonest-menuLeftItem .el-badge {
  display: block;
  margin-bottom: 2px;
  font-size: 20px;
}
.cryptonest-menuLeftItem span {
  font-size: 12px;
}
.cryptonest-menuLeftItemLogout {
  position: absolute;
  bottom: 0px;
}
.cryptonest-mainRight {
  width: calc(100% - 70px);
  height: 100%;
  float: left;
}
.cryptonest-mainIframe {
  width: 100%;
  height: 100%;
}
.cryptonest-menuLeftItem:active,
.cryptonest-menuLeftItem.active {
  background: #2b5a96;
}
.cryptonest-chatNotice {
  text-align: center;
  margin: 12px 0px;
}
.cryptonest-chatNoticeContent {
  display: inline-block;
  word-break: break-all;
  color: rgba(0, 0, 0, 0.45);
  margin: 0 24px;
  max-width: calc(100% - 48px);
  background-color: #fff;
  border-radius: 16px;
  font-size: 12px;
  padding: 4px 16px;
}
.cryptonest-chatRow {
  display: flex;
}
.cryptonest-chatRowAvator {
  margin-right: 10px;
  flex-shrink: 0;
}
.cryptonest-chatBoxMe .cryptonest-chatRow {
  float: right;
}
.cryptonest-chatBoxMe .cryptonest-chatRowAvator {
  margin-left: 10px;
}
.cryptonest-allNotice {
  font-size: 12px;
  margin: 10px 0px;
  line-height: 23px;
  color: #666;
}
.cryptonest-chatArea .el-textarea__inner {
  border: none;
}
.cryptonest-tongji {
  display: flex;
}
.cryptonest-tongji .cryptonest-tongjiItem {
  background: #fff;
  margin: 10px;
  border-radius: 5px;
  width: 100%;
}
.cryptonest-tongji .cryptonest-tongjiHeader {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: 1px solid #e8eaec;
  color: #17233d;
}
.cryptonest-tongji .cryptonest-tongjiBody {
  font-size: 30px;
  margin: 0px 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #e8eaec;
  color: #515a6e;
}
.cryptonest-tongji .cryptonest-tongjiFooter {
  font-size: 14px;
  margin: 10px 10px;
  color: #515a6e;
}
.cryptonest-tongji .cryptonest-tongjiFooter span {
  color: red;
  padding: 0 3px;
}
/* 定义滚动条的宽度、高度和背景色 */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background-color: #f5f5f5;
}

/* 定义滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}

/* 定义滚动条滑块在 hover 状态下的样式 */
::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
