.customer-seller {
  position: fixed;
  top: 30%;
  width: 44px;
  z-index: 999;
  right: 0;
}

.customer-seller a,
.customer-seller a:hover {
  color: #333;
  transition: none;
}

.customer-seller .customer-seller-item .badge {
  background: #f00;
  height: 15px;
  font-size: 12px;
  width: 30px;
  border-radius: 20px;
  line-height: 14px;
  color: #fff;
  margin: auto;
  display: block;
}

.pd-tb {
  padding: 10px 0;
}

.customer-seller .customer-seller-item {
  text-align: center;
  cursor: pointer;
  background: #f6f7fa;
  display: block;
  position: relative;
}

.customer-seller .customer-seller-item .customer-seller-item-icon {
  height: 20px;
  font-size: 20px;
}

.customer-seller .customer-seller-item .customer-seller-item-context {
  padding: 10px 0;
  height: 35px;
}

.customer-seller .customer-seller-item .customer-seller-item-flex {
  position: absolute;
  width: 160px;
  right: 56px;
  height: 32px;
  line-height: 30px;
  background: #fff;
  top: 20px;
  border: 1px solid #e5e5e5;
}

.customer-seller .customer-seller-item .customer-seller-item-flex:after {
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  right: -5px;
  top: 9px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.customer-seller .customer-seller-item .customer-seller-item-nav {
  height: 200px;
  width: 190px;
  background: #fff;
  position: absolute;
  top: -30px;
  right: 58px;
  border: 1px solid #e5e5e5;
  text-align: left;
}

.customer-seller .customer-seller-item .customer-seller-item-nav:after {
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  right: -7px;
  top: 50px;
  content: " ";
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.customer-seller .customer-seller-item .customer-seller-item-nav li {
  padding: 10px;
}

.customer-seller .customer-seller-item .customer-seller-item-nav li + li {
  border-top: 1px dashed #ddd;
}

.customer-seller .customer-seller-item .customer-seller-item-nav li:after {
  content: " ";
  display: block;
  clear: both;
}

.customer-seller .customer-seller-item .customer-seller-item-nav img {
  float: left;
  border: 1px solid #ddd;
}

.customer-seller .customer-seller-item .customer-seller-item-nav p {
  float: left;
}

.customer-seller .customer-seller-item .customer-seller-item-context .customer-seller-item-context-text,
.customer-seller .customer-seller-item .customer-seller-item-nav,
.customer-seller .customer-seller-item .customer-seller-item-flex {
  display: none;
}

.customer-seller .customer-seller-item:hover .customer-seller-item-icon {
  color: #e43636;
}

.customer-seller .customer-seller-item:hover .customer-seller-item-context .customer-seller-item-context-text,
.customer-seller .customer-seller-item:hover .customer-seller-item-nav,
.customer-seller .customer-seller-item:hover .customer-seller-item-flex {
  display: block;
}

.dis-b {
  display: block !important;
}

.bor-t {
  border-top: 1px solid #ddd;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}