/*----------------------------颜色----------------------------*/
/*----------------------------尺寸----------------------------*/
/*----------------------------字体----------------------------*/
/*----------------------------字号----------------------------*/
/*----------------------------动画----------------------------*/
/*----------------------------圆角----------------------------*/
/*----------------------------阴影----------------------------*/
/*----------------------------透明度--------------------*/
.relate-theme-bg {
  padding: 80px 0;
}
.relate-theme-bg div {
  width: 68.75rem;
  margin: 0 auto;
  text-align: center;
}
.relate-theme-bg div h4 {
  font-size: 24px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 28px;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}
.relate-theme-bg div ul {
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: hidden;
  text-align: center;
  list-style-type: none;
  margin: 1.75rem auto 0;
  display: inline-block;
  font-size: 1.0625rem;
}
.relate-theme-bg div ul a {
  width: max-content;
  cursor: pointer;
  height: 46px;
  border-radius: 25px;
  border: 1px solid #D8D8D8;
  font-size: 16px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 46px;
  padding: 0px 28px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
}
.relate-theme-bg div ul a:hover {
  color: #FF822C;
}
.loadExplore {
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 1.125rem;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin: 0.9375rem auto 1.25rem;
  text-align: center;
  outline: none;
  color: #FF822C;
  background: none;
  display: none;
}
.loadExplore svg {
  position: relative;
  top: 3px;
  left: 6px;
}
.loadExplore svg path {
  fill: #FF822C;
}
.loadExplore.less {
  display: none;
}
.loadExplore.less svg {
  transform: rotate(180deg);
}
.loadExplore:hover {
  color: #E0640F;
}
.loadExplore:hover svg path {
  fill: #E0640F;
}
@media screen and (max-width: 1260px) {
  .page-theme .relate-theme-bg div {
    width: 90%;
  }
  .relate-theme-bg div {
    width: 90%;
  }
}
@media screen and (max-width: 760px) {
  .relate-theme-bg div ul a {
    height: 40px;
    font-size: 14px;
    line-height: 37px;
    padding: 0px 16px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=related.css.map */