:root {
  --icon: "\F282";
  --icon2: "\F282";
}
main .banner {
  padding-bottom: 10% !important;
  margin: 0 auto;
  text-align: center;
  height: 50%;
  align-items: center;
}
main .banner img {
  width: 80%;
}
main .title {
  text-align: left;
  width: auto;
  line-height: 3rem;
  font-weight: 800;
}
main .cont {
  text-align: left;
  color: rgba(0, 0, 0, 0.506);
  line-height: 2.5rem;
}
main .more {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
main .more:hover {
  border: 0.1rem solid #bbc6d3;
  background: rgba(217, 229, 242, 0.832);
}
main .cont3 {
  background: linear-gradient(180deg, rgba(198, 63, 72, 0.59) 0%, rgba(239, 206, 91, 0.11) 100%) !important;
}
main .cont3 div:first-child p,
main button {
  margin-left: 10rem;
}
main .c1 {
  background-color: #fff;
}
main .c1 .fk {
  border: 0.1rem solid #a69b9b;
  width: 12rem;
  height: 12rem;
  position: relative;
}
main .c1 .fk p {
  width: 85%;
  font-family: Merriweather;
}
main .c1 .fk .font {
  position: absolute;
  bottom: 0;
  right: 0.8rem;
  font-weight: 800;
}
main .c3 button::after {
  content: var(--icon) !important;
  /* 换成任意图标 */
  font-family: "bootstrap-icons";
  font-weight: 900;
  position: absolute;
  right: 0.5rem;
  color: #000000;
}
main .c2 button::after {
  content: var(--icon2) !important;
  /* 换成任意图标 */
  font-family: "bootstrap-icons";
  font-weight: 900;
  position: absolute;
  right: 0.5rem;
  color: #000000;
}
main .cb2 {
  width: 80%;
  font-weight: 800;
}
main .cb {
  position: relative;
  width: 80%;
}
main .cb .card {
  padding: 0;
}
main .cb button {
  margin: 0;
  border: none;
  border-bottom: 0.1rem solid black;
  color: black;
  font-weight: 500;
  border-radius: 0;
}
main .cb li {
  padding: 1rem;
  text-align: center;
}
main .cb .btn:hover {
  background-color: transparent;
  color: black;
  font-weight: 500;
  border-bottom: 0.1rem solid black;
}
main .cb li:hover {
  background-color: #e2e1e1;
}
main .list {
  border-bottom: 0.1rem solid #a69b9b;
  padding: 5% 0%;
}
main .list p {
  font-weight: 800;
}
main .list p:nth-child(1) {
  color: #a69b9b;
  font-weight: 600;
}
main .list .h1 a {
  color: black;
  text-decoration: none;
}
main .list .h1:hover a {
  color: #479dee;
}
