*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif, Apple Color Emoji, "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  min-height: 100vh;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;

  gap: 3vw;
  grid-template-rows: min-content 1fr min-content;
}

.xyzbrand {
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 36px;
    font-size: 20px;
    letter-spacing: -0.04rem;
    color: #fff;
    min-height: 50px;
    padding-top: 15px;
    line-height: 20px;
    position: relative;
     width: 100px;
     height: 90px;
     text-indent: -99999px;
     background: ur('./static/xyzweb/images/ICO.png');
}

.navbar .navbar-brand {
      width: 100px;
     height: 90px;
     text-indent: -99999px;position: relative;background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 36px;
    font-size: 20px;
    letter-spacing: -0.04rem;
    color: #fff;
    min-height: 50px;
    padding-top: 15px;
    line-height: 20px;background-image: url("/static/xyzweb/images/ICO.eb3250eb5c44.png")
}

a {
  color: currentColor;
}

footer {
  border-top: 2px dotted;
  text-align: center;
}

header {
  border-bottom: 2px dotted;
}

.template-homepage main {
  text-align: center;
}

.skip-link {
  position: absolute;
  top: -30px;
}

.skip-link:focus-visible {
  top: 5px;
}

.page-form label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.page-form :is(textarea, input, select) {
  width: 100%;
  max-width: 500px;
  min-height: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.page-form .helptext {
  font-style: italic;
}

/* zhouduize.cn homepage carousel media overlay */
.template-site-home .syn-home-slide {
  isolation: isolate;
}

.template-site-home .syn-home-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(245, 246, 248, 0.94) 0%, rgba(245, 246, 248, 0.76) 38%, rgba(245, 246, 248, 0.12) 72%, rgba(245, 246, 248, 0) 100%);
  pointer-events: none;
}

.template-site-home .syn-home-slide > div:first-child {
  position: relative;
  z-index: 2;
}

.template-site-home .syn-home-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden !important;
  place-items: stretch !important;
  pointer-events: none;
}

.template-site-home .syn-home-media::before,
.template-site-home .syn-home-media::after {
  display: none !important;
}

.template-site-home .syn-home-image,
.template-site-home .syn-home-slide--test .syn-home-image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  filter: none !important;
}
