 @media screen and (max-width: 750px) {
.suspension {
	display: none
}
}
@media screen and (min-width: 750px) {
#wpfront-scroll-top-container {
	display: none !important
}
}
.suspension {
	position: fixed;
	z-index: 55;
	left: 0;
	bottom: 115px;
	width: 70px;
	height: 240px;
}
.suspension-box {
	position: relative;
	float: left;
}
.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #353535;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}
.suspension .a.active, .suspension .a:hover {
	background: #F05352;
}
.suspension .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.suspension .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}
.suspension .a-qrcode .i {
	background-position: -44px 0;
}
.suspension .a-cart .i {
	background-position: -88px 0;
}
.suspension .a-top .i {
	background-position: -132px 0;
}
.suspension .a-top {
	background: #a2a3a6;
	display: none;
}
.suspension .a-top:hover {
	background: #909193;
}
.suspension .d {
	display: none;
	width: 258px;
	background: #fff;
	position: absolute;
	left: 67px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	left: -8px;
	top: 15px;
}
.suspension .d-service {
	top: 54px;
}
.suspension .d-service-phone {
	top: 100px;
}
.suspension .d-qrcode {
	top: -45px;
}
.suspension .d .inner-box {
	padding: 8px 10px 12px;
}
.suspension .d-service-item {
	border-bottom: 1px solid #eee;
	height: 40px;
}
.suspension .d-service-phone .d-service-item {
	height: 55px;
	padding-top: 5px;
}
.suspension .d-service .d-service-item {
	border-bottom: none;
}
.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}
.suspension .d-service-item h3 {
	float: left;
	width: 70px;
	line-height: 50px;
	font-size: 15px;
	margin-left: 12px;
	color: #333;
}
.suspension .d-service-item .texts {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .texts p {
	margin-bottom: 0px;
}
.suspension .d-service-item .texts .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
	padding-top: 10px;
	height: 50px;
}
.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 14px;
	width: 50%;
	white-space: nowrap;
	color: #333;
	font-weight: bold;
}
.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.suspension .d-qrcode {
	text-align: center;
}
.suspension .d-qrcode .inner-box {
	padding: 0px;
}
.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}
