* {
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-text-size-adjust: none;
}

body {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-family: Microsoft Yahei, Helvetica Neue !important;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  display: block;
}

.wrap {
  height: 100%;
  width: 100%;
}

.cl {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.top {
  position: relative;
  width: 100%;
  height: 1.3rem;
  background: url('https://t.nanyang.gov.cn/file/4113290001/wap/img/ejbanner.png') center bottom no-repeat;
  background-size: cover;
}

.top .logo {
  display: block;
  margin-top: 0.28rem;
  margin-left: 0.2rem;
}

.top .logo img {
  width: 2.8rem;
  margin-left: 0.2rem;
}

/* * search form */
.search-btn,
.toggle-search-button {
  border: none;
  height: 30px;
  width: 30px;
  background: url('https://file.anyang.gov.cn/4550000372/new-wap/img/search.png') center top no-repeat;
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
}

.close-form {
  width: 10px;
  height: 15px;
  margin: auto;
  position: relative;
  margin-left: 0.2rem;
  border: none;
  background-color: transparent;
  display: none;
}

.close-form::before,
.close-form::after {
  content: '';
  position: absolute;
  height: 18px;
  width: 3px;
  top: -0.4rem;
  right: -2.7rem;
  background: #888;
}

.close-form::before {
  transform: rotate(45deg);
}

.close-form::after {
  transform: rotate(-45deg);
}

.search-form {
  display: none;
}

.search-input-field {
  position: absolute;
  width: 1.6rem;
  border-radius: 1rem;
  border: #565555 solid 1px;
  top: 0.53rem;
  right: 1.2rem;
  background-color: transparent;
  padding-left: 0.1rem;
}

/* * ------------search form end---------------- */
.nav {
  height: 0.7rem;
  background: #015293;
  padding: 0.1rem 0.16rem 0.25rem;
}

.nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.nav li {
  font-size: 0.25rem;
  color: #fff;
  width: 100%;
  padding: 0.1rem 0;
}

.nav li a {
  color: #fff;
  float: left;
  display: block;
  line-height: 0.22rem;
  border-right: 1px solid #fff;
  width: 1.4rem;
  text-align: center;
}

.nav5 {
  border: none !important;
}

.footer {
  width: 100%;
  background: #e7e7e7;
  padding: 0.36rem 0;
  margin-top: 0.4rem;
}

.footer p {
  font-size: 0.2rem;
  color: #565555;
  margin-bottom: 0.04rem;
  text-align: center;
}

.footer a {
  font-size: 0.2rem;
  color: #565555;
  margin: 0 2px;
}

/* * crumb */
.crumb {
  height: 0.6rem;
  background-color: #f1f1f1;
  font-size: 0.25rem;
  text-align: left;
}

.crumb ul {
  padding: 0.15rem 0.25rem;
}

.crumb ul li {
  display: inline-block;
  padding: 0 0.1rem 0 0;
}

.crumb ul {
  display: flex;
  align-items: center;
}

.crumb ul li:last-child a {
  color: #015293;
}

/* 无障碍 适老化 */
.topT a.oldman {
  font-size: 0.24rem;
  padding: 0.1rem;
  margin-top: 0.1rem;
  margin-right: 0.2rem;
  color: #F76B00;
  border-radius: 2px 0px 0px 2px;
  float: right;
}

.oldman {
  /* display: none; */
}

.topT a.wza {
  font-size: 0.24rem;
  padding: 0.1rem;
  margin-top: 0.1rem;
  margin-right: 0.2rem;
  color: #F76B00;
  border-radius: 2px 0px 0px 2px;
  float: right;
}

.topT {
  overflow: hidden;
}

/* 适老化样式 */
.oldModel .nav li a {
  font-size: 19px !important;
}

.oldModel .footer a {
  font-size: 17px !important;
}

.oldModel .footer p {
  font-size: 17px !important;
}

.oldModel .crumb {
  font-size: 22px !important;
  line-height: 1 !important;
}

.oldModel {}