/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 08:03:27 */
.contact-panel {
  position: fixed;
  right: 0;
  top: 60%;
  width: 40px;
  height: 142px;
  z-index: 1000;
}
.contact-sidebar-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #0078bc;
  border-top: 1px rgba(0,0,0,.1) solid;
  border-left: 1px rgba(0,0,0,.1) solid;
  border-bottom: 1px rgba(0,0,0,.1) solid;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.contact-panel .fa.message:before {
  content: "\f0e5";
}
.contact-panel .fa.phone:before {
  content: "\f095";
}
.contact-panel .fa.email:before {
  content: "\f0e0";
}
.contact-panel .fa.qq:before {
  content: "\f1d6";
}
.contact-panel .fa.wechat:before {
  content: "\f1d7";
}
.contact-sidebar-bubble {
  position: absolute;
  top: -20px;
  right: 50px;
  width: 360px;
  border: 1px #e5e5e5 solid;
  background-color: #fff;
  visibility: hidden;
  padding: 10px 25px;
  margin-top: 0;
}
.contact-sidebar-bubble li {
  font-size: 14px;
  margin-top: 12px;
}
.contact-sidebar-bubble li a {
  color: #333;
  cursor: pointer;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.contact-sidebar-bubble li a:hover {
  color: #38aaf7;
}
.contact-sidebar-bubble:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  top: 50%;
  right: -6px;
  margin-top: -5px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px #e5e5e5 solid;
  border-right: 1px #e5e5e5 solid;
}

.contact-sidebar-bubble li.wechat {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.contact-sidebar-bubble li.wechat picture {
  width: 100px;
  height: 100px;
  margin-left: 15px;
}

.contact-sidebar-bubble li.wechat picture img {
  display: block;
  width: 100%;
  height: auto;
}