@media screen and (min-width: 1680px) {
  html {
    font-size: 22px;
  }
  .test {
    color: red;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  html {
    font-size: 20px;
  }
  .test {
    color: black;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
  .test {
    color: yellow;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
  .test {
    color: green;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .test {
    color: blue;
  }
}
.nb-header .nav-box {
  background: rgba(0, 57, 120, 0.8);
}
.fd-delete {
  width: 100%;
  text-align: center;
  color: #333;
}
.fd-content-wrap {
  padding: 10px \9;
  position: relative;
  padding: 0.1rem 0.1rem;
  padding-top: 0 !important;
}
.fd-content-xwxq {
  padding: 10px \9;
  background: #fff;
  margin: auto;
  box-shadow: 0 0 8px rgba(17, 73, 92, 0.2);
  padding: 0.1rem;
  box-sizing: border-box;
}
.fd-xwxq-title {
  background: #f3f6f7;
}
.fd-xwxq-main {
  padding: 20px \9;
  min-height: 400px \9;
  padding: 0.2rem;
  min-height: 4rem;
}
.fd-xwxq-main p {
  line-height: 28px \9;
  font-size: 1em;
  line-height: 0.28rem;
  color: #666;
}
.fd-xwxq-main p img {
  max-width: 100%;
  height: auto;
}
.fd-xwxq-main p img[alt='width100%'] {
  width: 100%;
  height: auto;
}
.fd-content-title {
  height: 136px \9;
  height: 1.36rem;
  text-align: center;
}
.fd-content-title h3 {
  font-size: 22px \9;
  padding-top: 30px \9;
  padding-bottom: 22px \9;
  font-size: 0.22rem;
  padding-top: 0.3rem;
  padding-bottom: 0.22rem;
  color: #333;
}
.fd-content-title p {
  font-size: 1em;
  color: #333;
}
.fd-content-title p span {
  margin: 0 12px \9;
  margin: 0 0.12rem;
}
