﻿.suspension {
  position: fixed;
  z-index: 55;
  right: 0;
  width: 70px;
  top: 50%;
  height: 240px;
}

.suspension-box {
  position: relative;
  float: right;
}

.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: #aab0ed;
}

.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: 34px;
  height: 28px;
  margin-top: 8px;
  margin-left: 5px;
  background-image: url(../images/wx-1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.suspension .a-service-phone .i {
  width: 32px;
  height: 32px;
  margin-top: 6px;
  margin-left: 6px;
  background-image: url(../images/wx-2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.suspension .a-qrcode .i {
  width: 24px;
  height: 24px;
  margin-top: 10px;
  margin-left: 10px;
  background-image: url(../images/wx-3.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.suspension .a-cart .i {
  background-position: -88px 0;
}

.suspension .a-top .i {
  background-position: -132px 0;
}

.suspension .a-top {
  background: #D2D3D6;
  display: none;
}

.suspension .a-top:hover {
  background: #c0c1c3;
}

.suspension .d {
  display: none;
  width: 223px;
  background: #fff;
  position: absolute;
  right: 60px;
  min-height: 90px;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .dd {
  width: 446px;
}

.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../images/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 31px;
}

.suspension .d-service {
  text-align: center;
  top: 0;
}

.suspension .d-service-phone {
  text-align: center;
  top: 34px;
}

.suspension .d-qrcode {
  top: -12px;
}

.suspension .d .inner-box {
  padding: 8px 22px 12px;
}
.suspension .dd .inner-box-item{
  display: inline-block;
  width: 49%;
}

.suspension .d-service-intro {
  padding-top: 10px;
}

.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}

.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: 20px 0;*/
  padding-top: 15px;
}

.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}
.suspension .qrcode-img img {
  width: 160px;
}

.suspension .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .suspension{
    display: none;
  }
}