/* 收款设备检测弹窗样式 */
.payDeviceCheckLayer {
  width: 90% !important;
  max-width: 10rem !important;
  border: none !important;
  border-radius: 0.3rem !important;
  box-shadow:
    0 0.275rem 0.375rem -0.175rem rgba(0, 0, 0, 0.2),
    0 0.6rem 0.95rem 0.075rem rgba(0, 0, 0, 0.14),
    0 0.225rem 1.15rem 0.2rem rgba(0, 0, 0, 0.12) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  overflow: hidden;
}

.payDeviceCheckLayer .layui-layer-content {
  padding: 0 !important;
  overflow: visible !important;
}

.pay-device-check-dia {
  background: #fff;
  border-radius: 0.3rem;
  min-width: 8rem;
  max-width: 10rem;
}

.pay-device-check-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.4rem;
  border-bottom: 0.025rem solid #eee;
  background: var(--styleColor);
  border-radius: 0.3rem 0.3rem 0 0;
}

.pay-device-check-title {
  font-size: 0.45rem;
  font-weight: 600;
  color: #fff;
}

.pay-device-check-close {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
  padding: 0.1rem;
}

.pay-device-check-body {
  padding: 0.5rem;
  min-height: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pay-device-check-icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.3rem;
}

.pay-device-check-icon-wrapper.error {
  color: #f44336;
}

.pay-device-check-error-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.pay-device-check-error {
  color: #f44336;
  font-size: 0.4rem;
  margin: 0.3rem 0 0;
  text-align: center;
}
