.home .header .box .links a {
  color: #fff;
  transition: 0.6s ease;
}
.home .header.hasBg .box .links a {
  color: #000;
}
.home .header .box .links a.on {
  color: #D80001;
}
.home .main {
  padding: 6.25vw 8.3333333333vw;
}
.home .main .title .en {
  background: linear-gradient(7deg, rgba(0, 0, 0, 0) 4.71%, rgba(0, 0, 0, 0.12) 94.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.home .main .title .cn {
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2.1354166667vw;
  background: linear-gradient(90deg, #DD3031 0%, #000 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home .main .types {
  display: flex;
  margin: 2.7083333333vw 0;
}
.home .main .types .item {
  padding: 0.8333333333vw 2.5vw;
  text-align: center;
  border-radius: 3.125vw;
  color: #333;
  font-weight: 350;
  background: #EFEFEF;
  transition: all 0.3s ease;
  cursor: pointer;
}
.home .main .types .item:not(:last-child) {
  margin-right: 1.25vw;
}
.home .main .types .item:hover, .home .main .types .item.on {
  background: #DA0E0F;
  color: white;
}
.home .main .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw 1.25vw;
}
.home .main .list a {
  display: block;
  width: 100%;
}
.home .main .list a .pic {
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
.home .main .list a .pic img {
  width: 100%;
  height: 12.5vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.0416666667vw;
  transition: all 600ms;
}
.home .main .list a .tags {
  margin-top: 1.25vw;
}
.home .main .list a .tags span {
  color: #A1A1A1;
  font-weight: 300;
}
.home .main .list a .tags span:not(:last-child) {
  margin-right: 1.25vw;
}
.home .main .list a .pt {
  color: #000;
  font-weight: 300;
  line-height: 2;
  transition: all 600ms;
}
.home .main .list a:hover .pic img {
  transform: scale(1.05);
}
.home .main .list a:hover .pt {
  color: #DA0E0F;
}
.home .main .pager {
  display: flex;
  justify-content: center;
  margin-top: 3.125vw;
  align-items: center;
}
.home .main .pager .prev, .home .main .pager .next {
  margin: 0 0.5729166667vw;
}
.home .main .pager .prev svg, .home .main .pager .next svg {
  width: 1.25vw;
  display: block;
}
.home .main .pager .nums {
  display: flex;
}
.home .main .pager .nums a {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0.5729166667vw;
  transition: all 600ms;
}
.home .main .pager .nums a.on, .home .main .pager .nums a:hover {
  background: #D80001;
  color: white;
}
@media screen and (max-width: 768px) {
  .home .main {
    padding: 40px 5%;
  }
  .home .main .types {
    margin: 20px 0;
  }
  .home .main .types .item {
    padding: 8px 12px;
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .home .main .types .item:not(:last-child) {
    margin-right: 10px;
  }
  .home .main .list {
    display: block;
  }
  .home .main .list a {
    margin-bottom: 20px;
  }
  .home .main .list a .pic {
    border-radius: 10px;
  }
  .home .main .list a .pic img {
    height: 156px;
    border-radius: 10px;
  }
  .home .main .list a .tags {
    margin-top: 12px;
  }
  .home .main .list a .tags span {
    font-size: 12px;
  }
  .home .main .list a .tags span:not(:last-child) {
    margin-right: 10px;
  }
  .home .main .pager {
    margin-top: 30px;
  }
  .home .main .pager .prev, .home .main .pager .next {
    margin: 0 5px;
  }
  .home .main .pager .prev svg, .home .main .pager .next svg {
    width: 16px;
  }
  .home .main .pager .nums a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 5px;
  }
}