<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*public*/
/*header*/
.header {
  background: black;
  position: relative;
  height: 90px;
}
.header &gt; .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.header .header_logo {
  position: absolute;
  left: 0;
  top: 0;
}
.header .menu_list {
  height: 100%;
}
.header .menu_list ul {
  height: 100%;
}
.header .menu_list li {
  height: 100%;
}
.header .menu_list li a {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: .5s;
}
.header .menu_list li a:hover {
  background: #0088e1;
}
.header .yuyan ul li {
  margin: 0 5px;
}
.header .yuyan ul li a {
  color: white;
}

/*foot*/
.foot {
  padding-top: 73px;
  padding-bottom: 55px;
  margin-top: 0;
  background: #000a10;
}
.foot li {
  line-height: 37px;
  font-size: 15px;
  color: #cfd3d4;
  float: none;
}
.foot li a {
  color: #cfd3d4;
}
.foot .title {
  font-size: 22px;
  margin-bottom: 10px;
  color: white;
}
.foot .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.foot .message ul {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .foot {
    text-align: center;
    padding-top: 34px;
    padding-bottom: 30px;
  }
  .foot .message img {
    max-width: 80%;
    margin: 0 auto;
  }
  .foot .goods_list, .foot .lianjie {
    display: none;
  }

  .foot .container {
    display: block;
  }

  .wap_inner_header .logo img {
    margin-top: 17px !important;
    max-width: 62%;
    height: inherit !important;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
</pre></body></html>