/* 大三巴 dsb 壳层 — 对齐 776090.com /template/domain2/static/css/style.css */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html {
  background: url(/template/frontends/dsb/assets/img/bg.jpg) top center no-repeat #a49579;
  background-size: cover;
  background-attachment: fixed;
}

body {
  width: 100%;
  max-width: 800px;
  min-height: 100vh;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 16px;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
  word-break: break-all;
  word-wrap: break-word;
  border-left: solid 1px #de3163;
  border-right: solid 1px #de3163;
  background: #fff;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
    padding: 0;
    border: 0;
  }
}

.box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.dsb-logo-box img,
.toplogo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 导航：对齐源站 .nav（粉圆钮 + 米色底） */
#nav2.nav2,
.nav2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 4px;
  font-size: 13px;
  text-align: center;
  background: #faebd7;
}

.nav2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav2 li {
  width: 20%;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  flex: 0 0 20%;
}

.nav2 a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 32px;
  background: #de3163;
}

.nav2 a:hover {
  background: #e45881;
  color: #fff;
}

.nav2[data-fixed="fixed"] {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .nav2 li {
    padding: 2px;
  }
  .nav2 a {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
  }
}

.dsb-footer,
.footer {
  padding: 10px;
  text-align: center;
}

.dsb-brand {
  color: #de3163;
}
