@charset "UTF-8";
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont"; /* Project id 5054436 */
  src: url("https://at.alicdn.com/t/c/font_5054436_amswvriae6t.woff2?t=1761895512062") format("woff2"), url("https://at.alicdn.com/t/c/font_5054436_amswvriae6t.woff?t=1761895512062") format("woff"), url("https://at.alicdn.com/t/c/font_5054436_amswvriae6t.ttf?t=1761895512062") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sousuo:before {
  content: "\e694";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #232323;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
}

a {
  color: #232323;
  text-decoration: none !important;
}

img {
  border: none;
}

input {
  border: none;
  outline: none;
}

button {
  border: none;
  outline: none;
}

.page-container {
  width: 100%;
  margin: 0 auto;
}
.container, .content{
  margin:0 auto;
  width:100%;
  overflow: hidden;
}
p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

@media (min-width: 576px) {
  .container,.content {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container,.content {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container,.content {
    max-width: 1140px;
  }
}
@media (min-width: 1360px) {
  .container,.content {
    max-width: 1280px;
    padding: 0;
  }
}

/*# sourceMappingURL=base.css.map */
