a {
  text-decoration: none;
}

html {
  font-size: 50px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 21.33333px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
}

@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: 26.66667px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}

@media screen and (min-width: 424px) {
  html {
    font-size: 28.26667px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
}

@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
}

.new .container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#343A40));
  background-image: linear-gradient(to bottom, #292929, #343A40);
  padding: 20px;
}

.new .container .search-page ul {
  height: 35px;
  width: 550px;
  margin: 0 auto;
}

.new .container .search-page ul li {
  float: left;
  width: 45px;
  height: 100%;
  border: solid 1px #ccc;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.new .container .search-page ul li img {
  width: 100%;
}

.new .container .search-page ul li:hover {
  background: #ccc;
}

.new .container .dm-list li {
  margin-top: 20px;
}
/*# sourceMappingURL=new.css.map */