<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header 閮ㄥ垎 */

.main .wap-change-header {
  width: 100%;
  height: 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  border-bottom: 2px solid #ac2b19;
}

.wap-change-header .wap-logo {
  width: 6rem;
  height: 1.1rem;
}

/* header 閮ㄥ垎 */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}
a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
}

ul li {
  list-style: none;
}

.lb-nav-menu {
  width: 100%;
  position: absolute;
  top: 2.5rem;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 1%;
  border-bottom: 1px solid #de341d;
  z-index: -10;
  opacity: 0;
  box-sizing: border-box;
  display: none;
}

.lb-nav-menu.on {
  z-index: 10;
  opacity: 1;
  display: block;
}

.lb-nav-menu .lb-nav-menu_item {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 7%;
  box-sizing: border-box;
}

.lb-nav-menu_item a.item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.lb-nav-menu .lb-nav-menu_item .drop-a {
  display: flex;
  justify-content: space-between;
}

.lb-nav-menu .lb-nav-menu_item .list {
  display: none;
  background-color: #F1F1F1;
  width: 100%;
  padding: 0 2%;
}

.lb-nav-menu .lb-nav-menu_item .list li {
  line-height: 2rem;
  width: 100%;
  position: relative;
}
.lb-nav-menu_item .list li a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 3rem;
  height: 3rem;
  border-bottom: 2px solid #ece2e2;
  font-size: .9375rem;
  color: #333;
}

.lb-nav-menu_item:nth-child(2) {
  padding: 0;
}

.lb-nav-menu_item.on i {
  background: url('../images/shouye/down.png') no-repeat 0 0;
  background-size: contain;
}

.lb-nav-menu .lb-nav-menu_item .drop-a {
  padding: 0 7%;
}

.lb-nav-menu .lb-nav-menu_item.on .drop-a {
  height: 3.5rem;
  flex: none;
}

.lb-nav-menu .lb-nav-menu_item.on .list {
  display: block;
}

.lb-nav-menu .lb-nav-menu_item.on i {
  background: url('../images/shouye/down.png') no-repeat 0 0;
  background-size: contain;
  margin-right: 5px;
}

.lb-nav-menu_item a.item {
  display: flex;
  width: 100%;
  height: 3.5rem;
  justify-content: space-between;
  align-items: center;
}

.lb-nav-menu_item a i {
  width: 0.8rem;
  height: 0.7rem;
  background: url('../images/shouye/right.png') no-repeat 0 0;
  background-size: contain;
}
</pre></body></html>