.w-toolbar {
    top: 40%;
    position: fixed;
    right: 0;
    height: auto;
    z-index: 100;
}
.w-toolbar .toolbar-item {
    width: 64px;
    height: auto;
    background: #255aa5;-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    font-size: 13px;
    display: block;
    border-bottom: 0;
    margin-bottom: 2px;
}
.pub_fix.flex{
	display: none;
}
.tool-icon-wrapper {
    position: relative;
    width: 44px;
    height: 47px;
    overflow: hidden;
    padding-top: 8px;
    display: inline-block;
}
.tool-zixun {
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.w-toolbar .toolbar-item:hover {
    color: #fff;
    background: #5392ec;
    border-color: #5392ec;
    cursor: pointer;
}
.onlineService .online-wrapper {
    position: absolute;
    top: 0;
    right: 73px;
    width: 162px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 15%);
    display: none;
    background-color: #fff;
    color: #888;
    font-size: 14px;
}
.tel .toolbar-icon-tel {
    position: absolute;
    top: 0;
    right: 73px;
    width: 162px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 15%);
    display: none;
    background-color: #5392ec;
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
}
.onlineService:hover .online-wrapper, .tel:hover .toolbar-icon-tel {
    display: block;
}
.onlineService .qrcode-img {
    width: 150px;
    margin-top: 10px;
}
.onlineService .online-p1 {
    color: #888;
    font-size: 14px;
}
.onlineService .online-p2 {
    color: #FDB11F;
    margin-bottom: 11px;
    font-size: 15px;
    margin-top: 4px;
}
.tool-icon {
    padding: 10px 20px 5px 20px;
}

@-webkit-keyframes bounces {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounces {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounces {
	-webkit-animation-name: bounces;
	animation-name: bounces;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-moz-animation: bounces 2s ;
	-webkit-animation: bounces 2s ;
	animation: bounces 2s ;
	animation-name: bounces;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: 2;
}