@charset "utf-8";
/* CSS Document */
body {
  font-size: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
  max-width: 800px;
  width: 100%;
  margin: auto;
  /*letter-spacing: 0.544px; */
  letter-spacing: 0.3px;
  line-height: 27.2px!important;
  color: rgba(0, 0, 0, .9);
  outline-color: rgba(0, 0, 0, 0.9);
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
html {
  background-color: #F6F7F8;
}
.container {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  padding: 20px 10px;
  background-color: white;
}
a {
  text-decoration: none;
  color: #1A1B1C;
}

.list-group-item a {
    color:#333!important;
    font-weight: 600!important;
}
.list-group-item {
  padding-bottom: 20px;
  padding-top: 20px;
}
.tab-bar {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding-left:5px;
  padding-right:5px;
}
.tab-item {
  display: flex;
  flex-direction: column!important;
  align-items: center;
  justify-content: start!important;
  width: 25%;
  height: 100%;
  color: #333!important;
  margin-top:8px!important;
}
.tab-item.active {
  color: #ef6220;
      /*font-weight: 600; */
      /*text-shadow: 1px 0px 1px;*/
}

}
.tab-item img {
  width: 24px;
  height: 24px;
}
.tab-item span {
  font-size: 16px!important;
}

.layui-btn {
    font-size: 16px!important;
}


.tab-icon {
    margin-right: 0px!important; 
    font-size: 24px!important;
    /*font-weight: 600!important; */
}

.nav-item {
    font-size: medium!important;
}

div#desc img {
    width: 100%;
}

.submenu-item {
    color: #666;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size:16px;
}

.nav-link:hover, .nav-link:focus {
   
    /*color: coral!important; */
}

.layui-btn-danger {
    /* background-color: #ff5722; */
    /*background: linear-gradient(90deg, #e50113, #fd7f42)!important; */
}


