@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?7kkyc2');
  src: url('../fonts/icomoon.eot?7kkyc2#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7kkyc2') format('truetype'),
    url('../fonts/icomoon.woff?7kkyc2') format('woff'),
    url('../fonts/icomoon.svg?7kkyc2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  background-image: url('../img/positionbac2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

span {
  font-family: 'icomoon';
}

/* 导航栏开始 */
.dh {
  height: 80px;
  background-color: rgba(247, 247, 247, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.logo {
  display: flex;
  align-items: center;
  height: 80px;
  width: 270px;
}

.logo .logo1 {
  width: 55px;
  height: 55px;
  margin-left: 0;
  vertical-align: middle;
}

.logo .QuietZone {
  margin-left: 20px;
  width: 130px;
  height: 25px;
  vertical-align: middle;
}

.nav-menu {
  display: flex;
  align-items: center;
}

.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.nav-menu ul li {
  margin-right: 15px;
}

.nav-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.7s ease;
}

.nav-menu ul li a:hover {
  color: white;
  background-color: #0a9ce7;
  border-color: #0A9CE7;
}

.nav-menu ul li a.active {
  color: white;
  background-color: #0a9ce7;
  border-color: #0A9CE7;
}

.user-actions {
  display: flex;
  align-items: center;
  height: 80px;
}

.user-actions a {
  text-decoration: none;
  margin-left: 10px;
  padding: 8px 16px;
  border-radius: 4px;
}

.user-center {
  color: #929292;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.login-btn {
  width: 70px;
  text-align: center;
  background-color: #0a9ce7;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.user-actions span {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  line-height: 40px;
}

/* 移动端导航操作容器 */
.mobile-nav-actions {
  display: none;
  align-items: center;
}

/* 移动端登录按钮 */
.mobile-login {
  margin-right: 20px;
}

.mobile-login .login-btn {
  text-decoration: none;
}

/* 汉堡菜单 */
.hamburger {
  cursor: pointer;
}

.hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease;
  background-color: #333;
}

.hamburger-box {
  position: absolute;
  top: 80px;
  right: 15px;
  width: 200px;
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1000;
  display: none;
}

.hamburger-box.active {
  display: block;
}

.hamburger-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hamburger-box ul li {
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.hamburger-box ul li:last-child {
  border-bottom: none;
}

.hamburger-box ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease;
}

.hamburger-box ul li:hover {
  background-color: #f0f0f0;
}

.hamburger-box ul li a:hover {
  color: #0a9ce7;
}

/* 导航栏模块结束 */
/* 内容模块开始 */
.content {
  width: 85%;
  min-height: 950px;
  margin: 30px auto 100px auto;
  /* background-color: pink; */
}

.c-t {
  height: 80px;
  display: flex;
  gap: 47px;
  /* background-color: #0A9CE7; */
}

.box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 250px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.c-t .box .image-one {
  background-image: url('../img/find01.png');
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.c-t .box .image-two,
.c-t .box .image-three {
  background-image: url('../img/find03.png');
  background-size: cover;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #16346B;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.c-t .box .image-four {
  background-image: url('../img/find04.png');
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.c-t .box .image-five {
  background-image: url('../img/find05.png');
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.box .text {
  height: 60px;
  width: 160px;
  /* background-color: #3af346; */
}

.c-t .box .title-head {
  font-size: 18px;
  margin: 0px;
  font-weight: 500;
  color: black;
}

.c-t .box .data {
  font-size: 26px;
  margin: 0px;
  font-weight: 500;
  color: #188100;
}

.c-t .box .data2,
.c-t .box .data3 {
  font-size: 26px;
  margin: 0px;
  font-weight: 500;
  color: #16346B;
}

.c-t .box .data4 {
  font-size: 26px;
  margin: 0px;
  font-weight: 500;
  color: #F30000;
}

.c-t .box .data5 {
  font-size: 26px;
  margin: 0px;
  font-weight: 500;
  color: #FFB310;
}

.c-c {
  height: 500px;
  display: flex;
  gap: 15px;
  margin: 20px 0;
  /* background-color: aqua; */
}

.im-position {
  width: 330px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.im-position:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.im-position .list-container {
  flex: 1;
  overflow-y: auto;
  padding: 0 15px 15px 15px;
  display: none;
}

.im-position.active .list-container {
  display: block;
}

.im-position .im-position-placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.im-position .im-position-placeholder.hidden {
  display: none;
}

.im-position .placeholder-content {
  text-align: center;
  color: #999;
  align-items: center;
}

.im-position .placeholder-content .icon-info {
  font-size: 48px;
  color: #0a9ce7;
  opacity: 0.5;
}

.im-position .placeholder-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.im-position .list-container::-webkit-scrollbar {
  display: none;
}

.im-position .list-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.im-position .title {
  margin: 20px;
  font-weight: 500;
  color: black;
  text-align: center;
}

.im-position .title .t {
  width: 192px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
}

.im-position .title .t h4,
.select .title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.icon-location {
  font-size: 22px;
  color: #0a9ce7;
}

.im-position .title p {
  color: #929292;
  margin-bottom: 0px;
  font-size: 15px;
}

.im-position .list1 {
  display: flex;
  gap: 10px;
  width: 300px;
  height: 60px;
  margin: 0 auto 10px auto;
  border-radius: 10px;
  background-color: #F2F3FD;
  position: relative;
  border: 1px solid #E1E1ED;
}

.im-position .list1 .image-one {
  width: 70px;
  height: 50px;
  margin: auto 0 auto 10px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.im-position .list1 .name {
  width: 135px;
  height: 50px;
  margin: auto 0;
}

.im-position .list1 .name p {
  font-size: 15px;
  margin: 0px;
  font-weight: 500;
  color: black;
}

.im-position .list1 .name .noise {
  font-size: 14px;
  margin: 5px 0 0 0;
  font-weight: 500;
  color: #929292;
}

.im-position .list1 .lebel {
  width: 40px;
  height: 20px;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 30%;
  color: #fff;
}

.im-position .list1 .lebel.high {
  background-color: #ff4444;
}

.im-position .list1 .lebel.medium {
  background-color: #ffbb33;
}

.im-position .list1 .lebel.low {
  background-color: #44bb44;
}

.map-console {
  width: 750px;
  height: 100%;
  background-color: #fff;
  position: relative;
}

.map-console::before,
.map-console::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid #216DC8;
  position: absolute;
}

.map-console::before {
  top: 5px;
  left: 5px;
  border-right: none;
  border-bottom: none;
}

.map-console::after {
  top: 5px;
  right: 5px;
  border-left: none;
  border-bottom: none;
}

.icon-map {
  font-size: 22px;
  color: #0a9ce7;

}

.map-console .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 35px;
  margin-top: 20px;
}

.map-console .title h4 {
  text-align: center;
  margin: 0px;
}

.dingwei {
  display: flex;
  width: 100%;
  height: 30px;
  gap: 10px;
  align-items: center;
  position: relative;
}

.dingwei p {
  font-size: 14px;
  margin: 0px;
  font-weight: 500;
  color: #929292;
}

.dw-btn {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 20px;
  font-size: 14px;
  background-color: #0a9ce7;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
}

.icon-location2 {
  font-size: 18px;
  color: #929292;
}

.map {
  height: 415px;
  width: 100%;
  border-top: 1px solid #E1E1ED;
  position: relative;
  z-index: 1;
}

.select {
  width: 330px;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  box-sizing: border-box;
}

.select:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.select .title {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  margin: 0 auto 15px auto;
  text-align: center;
  justify-content: center;
}

.select .title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.icon-search {
  font-size: 20px;
  color: #0a9ce7;
}

.search-box {
  display: flex;
  gap: 10px;
  width: 100%;
  height: 40px;
  margin: 0 auto 20px auto;
}

.search-box .input {
  flex: 1;
  height: 40px;
  background-color: #f8f9fa;
  border-radius: 20px;
  border: 1px solid #e1e1ed;
  padding: 0 20px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  transition: all 0.2s ease;
}

.search-box .input:focus {
  border-color: #0A9CE7;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(10, 156, 231, 0.1);
}

.search-box .btn {
  background-image: linear-gradient(to bottom, #3C91EA, #165DC2);
  width: 70px;
  height: 40px;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(22, 93, 194, 0.3);
}

.search-box .btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(22, 93, 194, 0.3);
}

.option {
  height: 350px;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.option1,
.option2,
.option3 {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.option1 p,
.option2 p,
.option3 p {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #333;
}

.option1 .option-box,
.option2 .option-box,
.option3 .option-box {
  flex: 1;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  justify-items: center;
  align-items: center;
  cursor: pointer;
}

.option-box .ob {
  height: 32px;
  width: 100%;
  max-width: 90px;
  background-color: #F2F3FD;
  border-radius: 16px;
  font-size: 13px;
  color: #555;
  text-align: center;
  line-height: 32px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #E1E1ED;
}

.option-box .ob:hover {
  background-color: #3190EE;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(49, 144, 238, 0.3);
  border-color: #3190EE;
}

.option-box .ob:active {
  background-color: #0D47A1;
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(13, 71, 161, 0.3);
}

.option-box .ob.active {
  background-color: #3190EE;
  color: #fff;
  border-color: #3190EE;
  box-shadow: 0 2px 8px rgba(49, 144, 238, 0.3);
}

.c-b {
  height: 330px;
  display: flex;
  gap: 35px;
  margin: 0px;

}

.chart-noise {
  width: 770px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.chart-noise:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.chart-noise .title {
  width: 100%;
  height: 50px;
  margin-left: 20px;
}

.chart-noise .title h4,
.recommend-list .title h4 {
  margin: 0px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.chart-noise .chart {
  height: 280px;
  width: 100%;
  display: none;
}

.chart-noise .chart.active {
  display: block;
}

.chart-noise .chart-placeholder {
  height: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.chart-noise .chart-placeholder.hidden {
  display: none;
}

.chart-noise .placeholder-content {
  text-align: center;
  color: #999;
  align-items: center;
}

.chart-noise .placeholder-content .icon-location {
  font-size: 48px;
  color: #0a9ce7;
  opacity: 0.5;
}

.chart-noise .placeholder-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.recommend-list {
  width: 635px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.recommend-list:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.recommend-list .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 47px;
  background-color: #fff;
  line-height: 47px;
  padding-left: 20px;
  border-radius: 10px 10px 0 0;
}

.recommend-list .tip {
  min-width: 60px;
  width: auto;
  height: 30px;
  background-color: #0a9ce7;
  margin: 10px 10px 0 0;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  line-height: 30px;
  display: none;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.recommend-list .name {
  display: flex;
  margin: 0 15px 0 15px;
  height: 40px;
  /* background-color: red; */
  line-height: 40px;

}

.recommend-list .name p {
  font-size: 15px;
  margin: 0px;
  color: black;
  line-height: 40px;
  text-align: center;
}

.recommend-list .name p:nth-child(1) {
  flex: 1.2;
  text-align: left;
  padding-left: 15px;
}

.recommend-list .name p:nth-child(2) {
  flex: 0.8;
}

.recommend-list .name p:nth-child(3) {
  flex: 0.8;
}

.recommend-list .name p:nth-child(4) {
  flex: 1;
}

.recommend-list .name p:nth-child(5) {
  flex: 1.2;
}

.recommend-list .name p:nth-child(6) {
  flex: 0.5;
  text-align: center;
}

.recommend-list .list {
  width: 100%;
  height: 215px;
  margin: 0px;
  overflow-y: auto;
  display: none;
}

.recommend-list .list.active {
  display: block;
}

.recommend-list .list::-webkit-scrollbar {
  display: none;
}

.recommend-list .list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.recommend-list .list-placeholder {
  width: 100%;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.recommend-list .list-placeholder.hidden {
  display: none;
}

.recommend-list .placeholder-content {
  text-align: center;
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.recommend-list .placeholder-content .icon-info {
  font-size: 48px;
  color: #0a9ce7;
  opacity: 0.5;
}

.recommend-list .placeholder-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.recommend-list .list1 p {
  font-size: 14px;
  margin: 0px;
  color: #333;
  line-height: 45px;
  flex: 1;
  text-align: center;
}

.recommend-list .list1 {
  display: flex;
  width: 100%;
  border-radius: 8px;
  height: 36px;
  background-color: #F7F7F7;
  position: relative;
  border-bottom: 1px solid #E1E1ED;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}

.recommend-list .list1:hover {
  background-color: #F0F7FF;
  box-shadow: 0 2px 8px rgba(10, 156, 231, 0.1);
}

.icon-star-empty {
  font-size: 20px;
  color: #FFC012;
  cursor: pointer;
  margin-right: 18px;
  line-height: 36px;
  transition: all 0.3s ease;
}

.icon-star-empty:hover {
  color: #FF9500;
  transform: scale(1.1);
}

.icon-star-filled {
  font-size: 20px;
  color: #FFC012;
  cursor: pointer;
  margin-right: 18px;
  line-height: 36px;
  transition: all 0.3s ease;
}

.icon-star-filled:hover {
  color: #FF9500;
  transform: scale(1.1);
}

/* 收藏成功弹框样式 */
.favorite-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.favorite-toast.show {
  opacity: 1;
}

.list .list1 .location {
  flex: 1.38;
  text-align: left;
  padding-left: 15px;
  font-weight: 500;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  cursor: help;
}

.list .list1 .location:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: normal;
  max-width: 200px;
  z-index: 1000;
  margin-bottom: 5px;
}

.list .list1 .location:hover::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 20px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  margin-bottom: -10px;
  z-index: 1001;
}

.recommend-list .list1 .noise {
  flex: 0.8;
  color: #0A9CE7;
  font-weight: 500;
  line-height: 36px;
}

.recommend-list .list1 .traffic {
  flex: 0.8;
  line-height: 36px;
}

.recommend-list .list1 .traffic[data-level="高"] {
  color: #F30000;
  font-weight: 500;
}

.recommend-list .list1 .traffic[data-level="中"] {
  color: #FFB310;
  font-weight: 500;
  line-height: 36px;
}

.recommend-list .list1 .traffic[data-level="低"] {
  color: #188100;
  font-weight: 500;
  line-height: 36px;
}

.recommend-list .list1 .lebel-container {
  flex: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.recommend-list .list1 .lebel {
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
  border-radius: 14px;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: #0A9CE7;
}

.recommend-list .list1 .date {
  flex: 1.2;
  color: #666;
  font-size: 13px;
  line-height: 36px;
}

.recommend-list .list1 span {
  flex: 0.5;
  text-align: center;
  line-height: 36px;
}

.tousu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 28px;
  line-height: 40px;
  display: none;
}

.tousu.active {
  display: flex;
}

.tousu p {
  font-size: 12px;
  margin: 0px;
  color: #929292;
  line-height: 28px;
  padding-left: 15px;
}

.tousu button {
  width: 40px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border: none;
  background-color: #D9D9D9;
  color: #fff;
  margin-right: 10px;
  border-radius: 3px;
}

/* 底栏开始 */
.last {
  position: relative;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  height: 180px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 20px;
  background-color: #0a9ce7;
  border: 3px solid #fff;
}

.last .logo-last {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: auto;
}

.last .logo-last img {
  width: 100%;
  height: auto;
  display: block;
}



.last ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
  min-width: 120px;
  text-align: center;
  margin-left: 50px;
}

.last h5 {
  font-weight: 500;
  color: #fff;
}

.last ul li {
  margin: 0;
}

.last p {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 0;
  text-align: right;
  max-width: 50%;
}

.last ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  transition: color 0.3s ease;
}

.last ul li a:hover {
  color: #e0e0e0;
}

/* 底栏结束 */