* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:767px) {
  .floatbtnPublic {
      display: none;
  }
}

.livebox {
  display: none;
}

/* 在线视频弹框 */
#liveinfobox {
  width: 300px !important;
  height: 312px !important;
  border-radius: 6px;
  background: #fff!important;
  background-repeat: no-repeat;
  box-shadow: rgb(2 80 158 / 24%) 0px 0px 96px;
  position: absolute;
  bottom: 0px !important;
  right: 70px;
  left: auto;
  z-index: 1000;
  display: none;
  overflow: unset !important;
}

#liveinfobox::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  float: left;
  background: none;
  position: absolute;
  right: -12px;
  bottom: 30px;
}
#liveinfobox .top-menu {
  width:100%;
  height:33px;
  cursor:pointer;
  background: #3f6dc4;
  border-radius: 6px 6px 0 0;
}
.floatbtnPublic {
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -100px;
  z-index: 999999;
}

.listbtnPublic {
  width: auto;
  min-height: 1px;
  display: flex;
  margin-bottom: 6px;
  position: relative;
  box-shadow: 0px 0px 32px rgb(102 102 102 / 36%);
  -moz-box-shadow: 0px 0px 32px rgba(102, 102, 102, 0.36);
  -webkit-box-shadow: 0px 0px 32px rgb(102 102 102 / 36%);
}

.listbtnPublic>a {
  width: 60px;
  min-height: 1px;
  overflow: hidden;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #3f6dc4;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px 0px;
  height: auto;
  position: static;
  margin-top: 0px;
  margin-left: 0;
  opacity: 1;
  border: none;
  background-image: none;

}

.listbtnPublic>a:hover {
  background-color: #2c5db9;
  color: #ffffff;
}

.listbtnPublic a img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto 4px auto;
  opacity: 1!important;
}

.listbtnPublic > a span {
  font-size: 12px;
  line-height: 14px;
  display: block;
  transform: scale(0.9);
}

.floatbtnPublic-bgbox {
  min-height: 1px;
  overflow: hidden;
  /* background-color: #ffffff; */
}

.floatbtnPublic-boxtext {
  display: flex;
  flex-direction: column;
}

.floatbtnPublic-boxtext-t1 {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: bold;
}

.floatbtnPublic-boxtext-t2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #3f6dc4;
}

.floatbtnPublic-boxtext-t3 {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}

.floatbtnPublic-boxtext>img {
  display: block;
  width: 120px;
  margin-top: 10px;
}

/* 电话咨询弹框 */
.floatbtnPublicBox {
  width: 220px;
  height: auto;
  min-height: 1px;
  padding: 28px 24px;
  display: none;
  background-color: #fff;
  position: absolute;
  right: 70px;
  bottom: -24px;
  border-radius: 8px;
  box-shadow: 0px 0px 24px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0px 0px 24px rgba(102, 102, 102, 0.2);
  -webkit-box-shadow: 0px 0px 24px rgba(102, 102, 102, 0.2);
}

.floatbtnPublicBox::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  float: left;
  background: none;
  position: absolute;
  right: -12px;
  top: 45px;
}

.floatbtnPublic-item {
  display: flex;
}

.floatbtnPublic-item .iconbox {
  background-color: #7398e6;
  width: 24px;
  height: 24px;
  padding: 3px;
  flex-shrink: 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.floatbtnPublic-item .iconbox img {
  height: 100%;
  width: 100%;
}

/*  在线咨询弹框 */
/* .floatbtnContact {
  width: 172px;
  height: auto;
  min-height: 1px;
  padding: 20px 24px 40px;
  display: none;
  background-color: #fff;
  position: absolute;
  right: 60px;
  bottom: -80px;
  border-radius: 8px;
  box-shadow: 0px 0px 24px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0px 0px 24px rgba(102, 102, 102, 0.2);
  -webkit-box-shadow: 0px 0px 24px rgba(102, 102, 102, 0.2);
}

.floatbtnContact::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  float: left;
  background: none;
  position: absolute;
  right: -12px;
  top: 60px;
}

.floatbtnContact .floatbtnContact-item {
  width: 100%;
  margin-top: 20px;
}

.floatbtnContact .floatbtnContact-item a {
  width: 100%;
  display: block;
  border: 1px solid #3f6dc4;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  padding: 0px;
  text-align: center;
  border-radius: 6px;
  transition: all 0.3s linear;
}

.floatbtnContact .floatbtnContact-item a:hover {
  background-color: #3f6dc4;
  color: #fff;
} */

.onlinezixun {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.Telzixun {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* .onlinezixun:hover ~ .floatbtn-online{
  display: block;
} */
.Telzixun:hover~.floatbtnPublicBox {
  display: block;
}

/* .livebtn:hover ~ #liveinfobox{
  display: block;
} */
.scrollTopBtn {
  position: fixed;
  bottom: 40px;
  right: 16px;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 50px rgba(50, 57, 67, 0.2);
  cursor: pointer;
  z-index: 5;
}

.scrollTopBtn.toTop {
  display: flex;
}

.scrollTopBtn .topBtnBg {
  width: 50%;
  height: 50%;
  background-image: url(/toppublic/floatbtn/imgs/toTop.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.scrollTopBtn:hover {
  background-color: #3f6dc4;
}

.scrollTopBtn:hover .topBtnBg {
  background-image: url(/toppublic/floatbtn/imgs/toTopHover.png);
}