.elementor-3835 .elementor-element.elementor-element-bebe38f{--display:flex;}.elementor-3835 .elementor-element.elementor-element-340cd58{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-bcec70e */.hcore-contact-sidebar{
  position:fixed;
  right:18px;
  bottom:90px;
  top:auto;
  transform:none;
  z-index:9999;
  display:flex;
  flex-direction:column;
  gap:10px;
  font-family:Arial, Helvetica, sans-serif;
}

.hcore-contact-btn{
  position:relative;
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:0;
  cursor:pointer;
  text-decoration:none;
  box-shadow:0 8px 22px rgba(0,0,0,.16);
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.hcore-contact-btn svg{
  width:25px;
  height:25px;
  fill:#fff;
  display:block;
}

.hcore-contact-btn:hover{
  transform:translateX(-4px);
  box-shadow:0 12px 28px rgba(0,0,0,.22);
  filter:none !important;
}

.hcore-email{
  background:#ef2b24;
}

.hcore-whatsapp{
  background:#19c754;
}

.hcore-wechat{
  background:#22c85a;
}

.hcore-backtop{
  background:#555;
}

.hcore-contact-pop{
  position:absolute;
  right:62px;
  top:50%;
  transform:translateY(-50%) translateX(10px);
  min-width:215px;
  max-width:260px;
  padding:10px 14px;
  background:#fff;
  color:#222;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  opacity:0;
  visibility:hidden;
  pointer-events:auto;
  transition:all .25s ease;
  user-select:text;
  white-space:nowrap;
}

.hcore-contact-pop::after{
  content:"";
  position:absolute;
  right:-10px;
  top:50%;
  transform:translateY(-50%);
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:10px solid #fff;
}

.hcore-contact-pop strong{
  display:block;
  margin-bottom:3px;
  font-size:13px;
  line-height:1.2;
  color:#111;
}

.hcore-contact-pop em{
  display:block;
  font-style:normal;
  font-size:14px;
  line-height:1.35;
  color:#333;
}

.hcore-contact-pop small{
  display:block;
  margin-top:5px;
  font-size:11px;
  line-height:1;
  color:#888;
}

.hcore-copy-item:hover .hcore-contact-pop,
.hcore-copy-item:focus .hcore-contact-pop,
.hcore-copy-item.is-open .hcore-contact-pop{
  opacity:1;
  visibility:visible;
  transform:translateY(-50%) translateX(0);
}

.hcore-copy-item.is-copied .hcore-contact-pop small{
  font-size:0;
  color:#19a84a;
}

.hcore-copy-item.is-copied .hcore-contact-pop small::before{
  content:"Copied";
  font-size:11px;
}

.hcore-contact-wechat-wrap{
  position:relative;
  width:48px;
  height:48px;
}

.hcore-qr-box{
  position:absolute;
  right:62px;
  top:50%;
  transform:translateY(-50%) translateX(10px);
  width:118px;
  height:118px;
  padding:6px;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:all .25s ease;
}

.hcore-qr-box::after{
  content:"";
  position:absolute;
  right:-10px;
  top:50%;
  transform:translateY(-50%);
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:10px solid #fff;
}

.hcore-qr-box img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.hcore-contact-wechat-wrap:hover .hcore-qr-box,
.hcore-contact-wechat-wrap.is-open .hcore-qr-box{
  opacity:1;
  visibility:visible;
  transform:translateY(-50%) translateX(0);
}

.hcore-email,
.hcore-email:hover,
.hcore-email:focus,
.hcore-email:active{
  background:#ef2b24 !important;
}

.hcore-whatsapp,
.hcore-whatsapp:hover,
.hcore-whatsapp:focus,
.hcore-whatsapp:active{
  background:#19c754 !important;
}

.hcore-wechat,
.hcore-wechat:hover,
.hcore-wechat:focus,
.hcore-wechat:active{
  background:#22c85a !important;
}

.hcore-backtop,
.hcore-backtop:hover,
.hcore-backtop:focus,
.hcore-backtop:active{
  background:#555 !important;
}

.hcore-contact-btn svg,
.hcore-contact-btn:hover svg,
.hcore-contact-btn:focus svg,
.hcore-contact-btn:active svg{
  fill:#fff !important;
}

/* 手机端：底部横排，点击第一次显示并复制，第二次才跳转 */
@media (max-width:767px){

  body{
    padding-bottom:68px;
  }

  .hcore-contact-sidebar{
    left:50%;
    right:auto;
    top:auto;
    bottom:12px;
    transform:translateX(-50%);
    z-index:9999;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:7px 9px;
    border-radius:999px;
    background:rgba(255,255,255,.94);
    box-shadow:0 8px 26px rgba(0,0,0,.18);
    backdrop-filter:blur(8px);
  }

  .hcore-contact-btn,
  .hcore-contact-wechat-wrap{
    width:40px;
    height:40px;
    border-radius:50%;
    box-shadow:none;
    flex:0 0 40px;
  }

  .hcore-contact-btn svg{
    width:21px;
    height:21px;
  }

  .hcore-contact-btn:hover{
    transform:none;
    box-shadow:none;
    filter:none;
  }

  .hcore-contact-pop{
    right:auto;
    left:50%;
    top:auto;
    bottom:54px;
    transform:translateX(-50%) translateY(8px);
    min-width:205px;
    max-width:calc(100vw - 32px);
    padding:9px 12px;
    border-radius:6px;
    text-align:center;
  }

  .hcore-contact-pop::after{
    right:auto;
    left:50%;
    top:auto;
    bottom:-10px;
    transform:translateX(-50%);
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #fff;
    border-bottom:0;
  }

  .hcore-copy-item:hover .hcore-contact-pop,
  .hcore-copy-item:focus .hcore-contact-pop,
  .hcore-copy-item.is-open .hcore-contact-pop{
    transform:translateX(-50%) translateY(0);
  }

  .hcore-contact-pop em{
    font-size:13px;
  }

  .hcore-qr-box{
    right:auto;
    left:50%;
    top:auto;
    bottom:54px;
    transform:translateX(-50%) translateY(8px);
    width:116px;
    height:116px;
    border-radius:6px;
  }

  .hcore-qr-box::after{
    right:auto;
    left:50%;
    top:auto;
    bottom:-10px;
    transform:translateX(-50%);
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #fff;
    border-bottom:0;
  }

  .hcore-contact-wechat-wrap:hover .hcore-qr-box,
  .hcore-contact-wechat-wrap.is-open .hcore-qr-box{
    transform:translateX(-50%) translateY(0);
  }

}/* End custom CSS */