@charset "UTF-8";
@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #bea600;
  --color1: #619267;
  --color2: #b6272c;
  --nav_height: 140px;
}
@media (max-width: 768px) {
  :root {
    --nav_height: 65px;
  }
}

/* 定义滚动条整体样式 (Webkit) */
::-webkit-scrollbar {
  /* 滚动条宽度（垂直滚动条）/ 高度（水平滚动条） */
  width: 4px;
  height: 8px;
}

/* 滚动条轨道样式 (Webkit) */
::-webkit-scrollbar-track {
  /* 轨道背景色 */
  background: #f1f1f1;
  /* 轨道圆角 */
  border-radius: 4px;
}

/* 滚动条滑块样式 (Webkit) */
::-webkit-scrollbar-thumb {
  /* 滑块背景色 */
  background: #c1c1c1;
  /* 滑块圆角 */
  border-radius: 4px;
  /* 滑块悬停效果 */
  transition: background 0.2s ease;
}

/* 滑块悬停时的样式 (Webkit) */
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 滑块激活（点击拖动）时的样式 (Webkit) */
::-webkit-scrollbar-thumb:active {
  background: #888888;
}

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

body {
  font-family: 微软雅黑, Arial, Helvetica, sans-serif, simsun, 宋体;
  color: #333;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
}
@media (max-width: 1440px) {
  .bx {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .bx {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .bx {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .bx {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .bx {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .bx {
    max-width: 100%;
  }
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}
.con li {
  list-style: unset;
}

.clear {
  clear: both;
}

footer {
  width: 100%;
  max-width: 768px;
  height: 75px;
  position: fixed;
  bottom: 0;
}
footer .footer {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
}
footer .son {
  width: calc((100% - 0px * (3 - 1)) / 3);
  height: 100%;
}
footer .son a {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .son a.on {
  opacity: 1;
}
footer .son a.on img {
  filter: none;
}
footer .son a.on h3 {
  color: var(--color);
}
footer .son img {
  filter: invert(150%) sepia(150%) saturate(0%) hue-rotate(0deg) brightness(150%) contrast(150%);
  height: 40px;
  width: 40px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 5px;
}
footer .son h3 {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
}

body {
  min-height: 100vh;
  padding-bottom: 75px;
  max-width: 768px;
  margin: 0 auto;
}

main {
  overflow: hidden;
}

.section {
  padding: 15px;
}
.section .son {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #d6d7d9;
  display: flex;
  align-items: center;
}
.section .son .img {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 5px;
  overflow: hidden;
}
.section .son .img img {
  width: 100%;
  height: 100%;
}
.section .son .txt {
  flex-grow: 1;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
  overflow: hidden;
}
.section .son .txt h3 {
  font-size: 16px;
  color: black;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section .son .txt p {
  margin-top: 10px;
  padding-left: 8px;
  font-size: 14px;
  color: rgb(255, 149, 49);
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section .son .but {
  flex-shrink: 0;
  display: flex;
}
.section .son .but span {
  padding: 0 15px;
  font-size: 15px;
  line-height: 2;
  color: var(--color);
  background-color: #000;
  border-radius: 3px;
}

.section_info {
  padding: 15px;
}
.section_info .img {
  font-size: 0;
  width: 100%;
}
.section_info .img img {
  width: 100%;
}

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