
.chatBtn {
  position: relative;
}

.chatBtn .tip-msg {
  position: absolute;
  left: -215px;
  width: 200px;
  padding: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 7px 6px 1px rgba(0, 0, 0, 16%);
  display: none;
}

.icon-group #right_contact>li .chat_num {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background-color: #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.chatBtn .tip-msg .msg-close {
  background-color: #687882;
  border-radius: 50%;
  padding: 4px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -25px;
  top: 0;
  cursor: pointer;
}

.chatBtn .tip-msg:after {
  bottom: 12px;
  right: -10px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 10px solid transparent;
  border-left-color: #fff;
  border-right: 0;
}

.icon-group #right_contact {
  width: 50px;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 100;
}

.icon-group #right_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--style-color);
  opacity: .5;
}
.icon-group #right_contact>li {
  position: relative;
}
.icon-group #right_contact>li i {
  font-size: inherit;
}

.icon-group #right_contact>li>.cart_show>i {
  position: relative;
}

.icon-group #right_contact>li>.cart_show>i>.cart_num {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: -10px;
  font-size: 12px;
  top: 0;
  color: #fff;
  background-color: #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-group #right_contact li a,
.icon-group #right_contact li span,
.icon-group #right_contact li .cart_show,
.icon-group #right_contact li .chat_wrap {
  font-size: 28px;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.icon-group #right_contact li .cart_show:hover,
.icon-group #right_contact li .chat_wrap:hover,
.icon-group #right_contact li a:hover,
.icon-group #right_contact li span:hover {
  color: var(--style-color);
  background: #fff;
}

.icon-group #right_contact li .chat_wrap:hover path {
  fill: var(--style-color);
}

.chatContainer,
.chatContainer div,
.chatContainer ul,
.chatContainer li,
.chatContainer p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chatContainer {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.chatBox {
  width: 370px;
  min-width: 320px;
  height: 500px;
  border-radius: 10px;
  background: #f5ecff;
  position: fixed;
  bottom: 5%;
  right: 5%;
  overflow: hidden;
  border: solid 1px #d5d5d5;
  box-shadow: 1px 1px 2px #c0c0c0;
  z-index: 1005;
  display: none;
}

.chatBox-head {
  width: 100%;
  height: 48px;
  background: var(--style-color);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  text-transform: uppercase;
}

.chat-close {
  cursor: pointer;
}

.chatBox-head-one {
  width: 100%;
  height: 75px;
  line-height: 75px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.chat-return:hover {
  background: #0188b7;
}


.chatBox-info {
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 48px;
}

.chatBox-kuang {
  width: 100%;
  height: 100%;
  display: block;
}

.chatBox-content {
  width: 100%;
  height: 100%;
}

.chatBox-content-demo {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.clearfloat {
  zoom: 1;
  margin: 10px 10px;
}

.clearfloat .right {
  float: right;
}

.author-name {
  text-align: center;
  margin: 15px 0 5px 0;
  color: #888;
}

.clearfloat .chat-message {
  max-width: 252px;
  text-align: left;
  padding: 8px 12px;
  border-radius: 6px;
  word-wrap: break-word;
  display: inline-block;
  position: relative;
}


.clearfloat .left .chat-message {
  background: rgb(245, 248, 250);
  color: rgb(65, 65, 65);
  min-height: 36px;
}

.clearfloat .left .chat-message .inquiry {
  color: #007AFF;
  text-decoration: underline;
}

.clearfloat .left .chat-message:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -6px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgb(245, 248, 250);
}

.clearfloat .right {
  text-align: right;
}

.clearfloat .right .chat-message {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border: 1px solid #212021;
  text-align: left;
  min-height: 36px;
  cursor: pointer;
}

.clearfloat .right .chat-message:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.clearfloat .chat-avatars {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: top;
  overflow: hidden;
}

.clearfloat .chat-avatars>i {
  font-size: 30px;
  line-height: 1;
}

.clearfloat .left .chat-avatars {
  margin-right: 10px;
}

.clearfloat .right .chat-avatars {
  margin-left: 10px;
}

.hidden {
  display: none;
}

@media (max-width: 1023px) {
  .hover-icon {
    display: none;
  }
}


/* 璇㈢洏 */
.inquiry {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}

.inquiry .container {
  max-width: 640px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inquiry .back {
  width: 100%;
  max-height: 90%;
  background: #fff;
  border-radius: 4px;
  padding: 16px 32px;
  position: relative;
  overflow: auto;
}

.inquiry .back .h3 {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.inquiry .back .close {
  font-size: 24px;
  color: #dc3545;
  padding: 0 8px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
}

.inquiry .back .submit {
  text-align: right;
  border-top: 1px solid #ccc;
  padding-top: 16px;
  margin-top: 20px;
}

.inquiry .back .submit .btn {
  color: #fff;
  background: var(--style-color);
}

.inquiry .back .submit .c-btn {
  margin-right: 16px;
}

.inquiry .form-control::-webkit-input-placeholder {
  color: #999;
}

.inquiry .form-control:-moz-placeholder {
  color: #999;
}

.inquiry .form-control::-moz-placeholder {
  color: #999;
}

.inquiry .form-control:-ms-input-placeholder {
  color: #999;
}


/* 灏忚绉嶆牱寮� */
.language-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1000000;
  display: none;
}

.language-box .language-wrap {
  width: calc(100vw - 60px);
  max-width: 850px;
  max-height: calc(100vh - 100px);
  background: #fff;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.language-box .language-top {
  flex: 0 0;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.language-box .language-top i {
  flex-shrink: 0;
  line-height: 1;
  margin-left: 10px;
  cursor: pointer;
}

.language-box .language-middle {
  padding: 10px;
  flex: 1 1;
  overflow-y: auto;
  word-wrap: break-word;
}

.language-box .item-list {
  display: grid;
  grid-row-gap: 20px;
  justify-items: center;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
}

.language-box .item-list li a {
  width: 125px;
  height: 125px;
  border-radius: 8px;
  border: 1px solid #eceeef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.language-box .item-list li img {
  width: 40px;
  height: 30px;
}

.language-box .tit {
  margin-top: 10px;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
}

.language-box .language-bottom {
  flex: 0 0;
  font-size: 14px;
  padding: 10px 16px;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}