:root {
  --app-red: #cf2026;
  --app-red-deep: #8e0d13;
  --app-red-soft: #fff1ee;
  --app-gold: #e9b750;
}

body {
  background-color: #fff7f4;
  color: #381d20;
}

.ziye_toub,
.common-header,
.page-header {
  background: linear-gradient(135deg, var(--app-red), var(--app-red-deep)) !important;
  color: #fff !important;
}

.ziye_toub p,
.common-header a,
.page-header a {
  color: #fff !important;
}

.layui-btn:not(.layui-btn-primary),
button.red,
.btn-red,
.submit-btn {
  border-color: var(--app-red) !important;
  background-color: var(--app-red) !important;
  color: #fff !important;
}

.layui-btn-primary {
  border-color: #e7b6b1 !important;
  color: var(--app-red-deep) !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--app-red) !important;
  outline-color: var(--app-red) !important;
}

.layui-form-radioed > i,
.layui-form-checked[lay-skin=primary] i,
.active-red,
.text-red {
  color: var(--app-red) !important;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: var(--app-red) !important;
  background: var(--app-red) !important;
}
