* {
  margin: 0;
  padding: 0;
  list-style: none;
  /* font-size: 0.6rem; */
}

a {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.idx_header {
  width: 100%;
  height: 1.32rem;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  line-height: 1.32rem;
  background-color: #fff;
  box-shadow: 0 0 10px #999;
  color: #000;

}

.idx_header_logo {
  width: 1.32rem;
  height: 1.32rem;
}

.idx_header_logo img {
  width: 100%;
  height: 100%;
}

.idx_header_text {
  font-size: 0.35rem;
}

.idx_header_title {
  font-size: 0.45rem;
}


.idx_header_icon {
  width: 1rem;
  text-align: center;
}

.idx_header_icon .icon {
  font-size: 0.4rem;
}

.idx_nav {
  width: 100%;
  height: 0;
  position: fixed;
  top: 1.32rem;
  left: 0;
  overflow: hidden;
}

.idx_nav ul {
  width: 100%;
  height: 12rem;
}

.idx_nav ul li {
  width: 100%;
  height: 0.8rem;
  /* float: left; */
  font-size: 0.32rem;
  line-height: 0.8rem;
  background: #fdfdfd;
  padding: 0 0.4rem;
  border-bottom: 1px solid #f3f3f3;
}

.idx_nav ul li a {
  font-size: 0.32rem;
  color: #000;
}

.idx_cont {
  margin-top: 0.1rem;
  background: #da434e;
}

.idx_cont ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.idx_cont ul li {
  width: 48%;
  height: 6rem;
  margin: 0.05rem;
  border: 1px solid #fff;
}

.idx_cont {
  margin-top: 1.32rem;
}

.idx_cont_pic {
  width: 100%;
}

.idx_cont_pic img {
  width: 100%;
}

.idx_cont_text {
  text-align: center;
  color: #fff;
}

.idx_cont_text p {
  font-size: 0.32rem;
}

.idx_cont_text span {
  font-size: 0.38rem;
}

.idx_foot {
  height: 3rem;
  background: #d6d6d6;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.idx_foot p {
  font-size: 0.35rem;
  line-height: 0.35rem;
}

.idx_foot a {
  color: #000;
  font-size: 0.35rem;
  text-decoration: none;
}