.xny2019-customer-modal {
  font-size: 14px;
  background: #fe9900;
  color: #fff;
  position: fixed;
  display: inline-block;
  right: 30px;
  top: 50%;
  z-index: 998;
  transform: translateY(-50%);
  border-radius: 5px;
}

.xny2019-customer-modal-chat {
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xny2019-customer-modal-chat img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.xny2019-customer-modal-chat:hover {
  background: rgba(0, 0, 0, 0.16);
}

.xny2019-customer-modal-code {
  padding: 22px 16px;
  text-align: center;
  font-size: 12px;
}

.xny2019-customer-modal-code-img {
  width: 116px;
  height: 116px;
  background: #fff;
  border-radius: 5px;
  padding: 3px;
}

.xny2019-customer-modal-code-img img {
  width: 100%;
  height: 100%;
}

.xny2019-customer-modal-code-scan {
  margin-top: 10px;
  margin-bottom: 5px;
}

.xny2019-customer-modal-item {
  cursor: pointer;
}

.xny2019-customer-modal-item + .xny2019-customer-modal-item {
  border-top: 1px solid #fff;
}
