.consult_contact{
  position: fixed;
  top: 42%;
  right: 0;
  width: 120px;
  margin: auto;
  cursor: pointer;
  z-index: 99;
}
.consult_wrap{
  position: relative;
  width: 110px;
  height: 110px;
  margin: auto;
  margin-top: 5px;
}
.consult_wrap .tip{
  position: absolute;
  right: 95px;
  top: 45px;
  display: none;
  width: 150px;
  height: 24px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  background: #3091f2;
  color: #fff;
  -webkit-transition: display 1s ease;
  transition: display 1s ease;
}
.consult_wrap .tip:after{
  position: absolute;
  right: -8px;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3091f2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.consult_contact img{
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -webkit-transform: translate3d(-50%,-50%,0);
          transform: translate3d(-50%,-50%,0);
}
.consult_contact .staff_img{
  z-index: 999;
  border-radius: 100%;
}
@keyframes ballRotate {
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}
.consult_contact  .ball{
  top: 20px;
  width: auto;
  transform-origin: 0 38px;
  animation: ballRotate 2.5s infinite linear;
  z-index: 9999;
}
@keyframes bg2Animation {
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.consult_contact .bg-2{
  animation: bg2Animation 2.5s infinite linear;
}
.consult_contact:hover .tip{
  display: block;
}

.contact_line_btn {
  position: relative;
  top: -25px;
}
.contact_line {
  width: 2px;
  height: 50px;
  background: #3091f2;
  margin: auto;
}
.contact_btn {
  display: block;
  margin: auto; width: 100px; line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #3091f2;
  border-radius: 24px;
}
.contact_btn:hover, .contact_btn:link {
  color: #fff;
}

.contact_group_btn {
  margin-top: 0;
}
.group_btn_box {
  position: relative;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, .25);
  margin: auto;
  margin-bottom: 10px;
}
.group_btn_box:hover {
  background: rgba(0, 0, 0, .5);
}
.group_btn_box > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; text-align: center; line-height: 50px;}
.group_btn_box {line-height: 50px; text-align: center;}
.group_btn_box img{width: 50px;}
.group_btn_box .layui-icon {color: #fff; font-size: 30px;}
.group_btn_box .layui-icon.layui-icon-top {font-size: 40px;}
.contact_group_btn > div:last-child {
  margin-bottom: 5px;
}

.hover_txt_box {
  display: none;
  /*display: flex;*/
  align-items: center;
  position: absolute;
  top: 0;
  right: 49px;
  width: 154px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.phone_txt {
  width: 145px;
  background: rgba(0, 0, 0, .5);
}
.qq_txt {
  width: 145px; padding: 10px 0;
  background: rgba(0, 0, 0, .5); color: #fff;}
.qq_txt a {color: #fff; display: block; height: 36px; line-height: 36px; overflow: hidden;}
.qq_txt a .layui-icon {vertical-align: bottom;}
.qq_txt a span {padding-left: 8px;}
 
.group_btn_box .layui-icon span {padding-left: 8px;}

.wx_btn .wx_code {position: initial;
  display: block;
  width: 110px;
  margin: auto; -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.wx_btn .hover_txt_box {top: 0;}
.wx_btn .wx_code_box {
  position: relative;
  width: 110px;
  padding: 10px; box-sizing: content-box;}
.wx_btn .wx_code_box li span {display: block; text-align: center; height: 40px; line-height: 30px;}

.hover_txt_box .arrow {
  display: block;
  width: 0px;
  height: 0px;
  border: 7px solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, .5);
}
.wx_arrow {
  position: relative;
  top: -40px;
}
.class_qidian_wpa{
	opacity:0 !important;
	right: 0 !important;
	top: 0 !important;
	margin-top: 0 !important;
	opacity: 0 !important;
	position: absolute !important;
	height: 50px !important;
	width:50px !important}


@media screen and (max-width: 750px) {
	
/*在线客服*/
.consult_contact {top: initial; bottom: 0; width: 100%; background-color: #333333; height: 44px;}
.consult_contact .consult_wrap {width: 30%; height: 44px; float: left; display: none;}
.consult_contact .contact_line_btn {width: 30%; float: left; top: 0;}
.consult_contact .contact_line_btn .contact_line {display: none;}
.consult_contact .contact_btn {margin: 7px 0 0 10px;}
.consult_contact .contact_group_btn {float: right;}
.consult_contact .group_btn_box {float: left;}
.consult_contact .hover_txt_box {top: -130px; right: -74px;}
.consult_contact .chatqq .hover_txt_box {top: -56px; right: -74px;}
.consult_contact .hover_txt_box .arrow {display: none;}
	  
	  /*max-width: 750px响应式结束*/
	}