.link-svg {
  background-image: url(../images/arrow-right-2_4583d1b4973ed4c226ef.svg);
  width: 17px;
  height: 13px;
  background-size: 100%;
  display: inline-block;
}
.link-btn:hover .link-svg,
.link-btn.active .link-svg {
  background-image: url(../images/arrow-right-1_a04c206ea21063b50c8b.svg);
}
.main {
  background: #1b1b1b;
  padding-top: 160px;
}
.title {
  font-size: 28px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 60px;
  text-align: center;
}
.pc {
  display: inline-block;
  margin-left: -10px;
  width: calc(100% + 20px);
  margin-bottom: 20px;
}
.link-item {
  width: calc(100%/4 - 4px);
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.link-img {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.link-img img {
  width: 100%;
}
.link-btn {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  display: inline-block;
  margin-top: 10px;
}
.link-btn:hover,
.link-btn.active {
  color: #fff;
}
.text-h-decoration {
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 13px;
  background: #333333;
}
@media screen and (max-width: 760px) {
  .main {
    padding-top: 95.5px;
  }
  .title {
    margin-bottom: 25.5px;
    font-size: 18px;
  }
  .pc {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    width: calc(100% - 46px);
    display: inline-flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    justify-content: space-between;
    margin-left: 0;
  }
  .link-item {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
  .text-h-decoration {
    display: none;
  }
  .link-btn {
    font-size: 14px;
    margin-top: 0;
  }
  .link-img {
    width: 100%;
  }
}

