@charset "utf-8";
/* 变量 */
/* topics_brush.css */
@media (min-width: 1200px) {
  .brush-wrap .container {
    width: 980px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .container {
    width: 1180px;
  }
}
.brush-wrap {
  position: relative;
  color: #333;
  cursor: default;
}
.brush-wrap .nobreek {
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-indent: 9999px;
}
.brush-wrap .nav-anchor {
  position: absolute;
  bottom: 104px;
}
.brush-wrap .brush-bg {
  position: relative;
  margin-top: -48px;
  background: url('https://assets-cdn.lanqb.com/topics/brush/bg1_pc.png') no-repeat center top;
}
.brush-wrap .brush-nav {
  position: absolute;
  top: 48px;
  left: 50%;
  z-index: 1;
  background-color: #e9f3ff;
}
@media (min-width: 768px) {
  .brush-wrap .brush-nav {
    width: 748px;
    margin-left: -374px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .brush-nav {
    width: 980px;
    margin-left: -490px;
  }
}
@media (min-width: 1200px) {
  .brush-wrap .brush-nav {
    width: 1186px;
    margin-left: -593px;
  }
}
.brush-wrap .brush-nav .brushnav-list {
  display: flex;
  align-items: center;
  text-align: center;
}
.brush-wrap .brush-nav .brushnav-list li {
  position: relative;
  width: 33.33333333%;
}
.brush-wrap .brush-nav .brushnav-list li + li:before {
  position: absolute;
  top: 50%;
  left: -1px;
  width: 2px;
  height: 26px;
  margin-top: -13px;
  background-color: #d1e6ff;
  content: '';
}
.brush-wrap .brush-nav .brushnav-list li a {
  display: inline-block;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 26px;
  line-height: 26px;
  color: #959595;
  cursor: pointer;
}
.brush-wrap .brush-nav .brushnav-list li:hover a,
.brush-wrap .brush-nav .brushnav-list li.active a {
  color: #3b5be6;
}
.brush-wrap .brush-sidebar {
  position: fixed;
  top: 50%;
  z-index: 4;
  width: 146px;
  margin-top: -148px;
}
@media (min-width: 768px) {
  .brush-wrap .brush-sidebar {
    left: 0;
  }
}
@media (min-width: 992px) {
  .brush-wrap .brush-sidebar {
    left: 5px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .brush-sidebar {
    left: 5px;
  }
}
.brush-wrap .brush-sidebar .brush-sb-item {
  position: relative;
  display: block;
  width: 100%;
  height: 67px;
  font-size: 26px;
  font-weight: 300;
  line-height: 58px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.brush-wrap .brush-sidebar .brush-sb-item + .brush-sb-item {
  margin-top: 7px;
}
.brush-wrap .brush-sidebar .brush-sb-item:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 233px;
  height: 100%;
  margin-top: -33px;
  margin-left: -117px;
  background: url('https://assets-cdn.lanqb.com/topics/brush/sb-bg1_pc.png') no-repeat center center;
  content: '';
  -ms-transition: background 0.45s ease-in-out;
  -o-transition: background 0.45s ease-in-out;
  -webkit-transition: background 0.45s ease-in-out;
  transition: background 0.45s ease-in-out;
  text-decoration-skip: objects;
}
.brush-wrap .brush-sidebar .brush-sb-item:hover:before {
  opacity: 0.8;
}
.brush-wrap .brush-sidebar .brush-sb-item.active:hover:before {
  opacity: 1;
}
.brush-wrap .brush-sidebar .brush-sb-item:hover:before,
.brush-wrap .brush-sidebar .brush-sb-item.active:before {
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/sb-bg2_pc.png');
}
.brush-wrap .brush-h2 {
  height: 65px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-indent: 9999px;
  background-repeat: no-repeat;
  background-position: center;
}
.brush-wrap .brush-h2.t1 {
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/h2_t1_pc.png');
}
.brush-wrap .brush-h2.t2 {
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/h2_t2_pc.png');
}
.brush-wrap .brush-h2.t3 {
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/h2_t3_pc.png');
}
.brush-wrap .brush-h2.t4 {
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/h2_t4_pc.png');
}
.brush-wrap .brush-h2.mb30 {
  margin-bottom: 30px;
}
.brush-wrap .brush-h2.mb42 {
  margin-bottom: 42px;
}
.brush-wrap .brush-h3 {
  position: relative;
  padding-left: 44px;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 38px;
}
.brush-wrap .brush-h3:before {
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: '';
}
.brush-wrap .brush-h3.eye:before {
  top: 6px;
  width: 35px;
  height: 26px;
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/icon-eye@2x_pc.png');
}
.brush-wrap .brush-h3.down:before {
  top: 4px;
  width: 30px;
  height: 30px;
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/icon-down@2x_pc.png');
}
.brush-wrap .brush-h3.set:before {
  top: 2px;
  width: 31px;
  height: 31px;
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/icon-set@2x_pc.png');
}
.brush-wrap .brush-btns {
  text-align: center;
}
.brush-wrap .brush-btn {
  width: 247px;
  height: 69px;
  font-size: 30px;
  line-height: 62px;
  color: #fff;
  background: url('https://assets-cdn.lanqb.com/topics/brush/btn-bg_pc.png') no-repeat center top;
  border: none;
}
.brush-wrap .brush-btn:after {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: 20px;
  margin-left: 10px;
  background: url('https://assets-cdn.lanqb.com/topics/brush/btn-right_pc.png') no-repeat center center;
  content: '';
  vertical-align: top;
}
.brush-wrap .brush-btn:hover {
  filter: brightness(0.9);
}
.brush-wrap .brush-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brush-wrap .brush-item {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .brush-wrap .brush-item {
    width: 178px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .brush-item {
    width: 230px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .brush-item {
    width: 268px;
    margin-bottom: 25px;
  }
}
.brush-wrap .brush-item .cover {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) {
  .brush-wrap .brush-item .cover {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .brush-item .cover {
    height: 168px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .brush-item .cover {
    height: 168px;
  }
}
.brush-wrap .brush-item .cover img {
  width: 100%;
  height: 100%;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-decoration-skip: objects;
}
.brush-wrap .brush-item .cover .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  background-color: rgba(255, 186, 20, 0.9);
  text-align: center;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
@media (min-width: 768px) {
  .brush-wrap .brush-item .cover .tag {
    min-width: 42px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .brush-item .cover .tag {
    min-width: 48px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .brush-item .cover .tag {
    min-width: 58px;
    font-size: 22px;
    line-height: 34px;
  }
}
.brush-wrap .brush-item .cover.masking:before,
.brush-wrap .brush-item .cover.masking:after {
  position: absolute;
  opacity: 0;
  content: '';
  box-sizing: border-box;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-decoration-skip: objects;
}
.brush-wrap .brush-item .cover.masking:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.brush-wrap .brush-item .cover.masking:after {
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 300;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  content: '点击查看笔刷详情';
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (min-width: 768px) {
  .brush-wrap .brush-item .cover.masking:after {
    width: 140px;
    margin-top: -18px;
    margin-left: -70px;
    font-size: 14px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .brush-item .cover.masking:after {
    width: 172px;
    margin-top: -20px;
    margin-left: -86px;
    font-size: 18px;
    line-height: 38px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .brush-item .cover.masking:after {
    width: 212px;
    margin-top: -22px;
    margin-left: -106px;
    font-size: 22px;
    line-height: 42px;
  }
}
.brush-wrap .brush-item .info {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #666;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.brush-wrap .brush-item .info span {
  line-height: 21px;
}
.brush-wrap .brush-item .info span .red {
  color: #fb3c3c;
}
@media (min-width: 768px) {
  .brush-wrap .brush-item .info {
    padding-right: 5px;
    padding-left: 5px;
  }
  .brush-wrap .brush-item .info span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .brush-item .info {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brush-wrap .brush-item .info span {
    font-size: 14px;
  }
  .brush-wrap .brush-item .info span .red {
    margin-left: 2px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .brush-item .info span .red {
    margin-left: 6px;
  }
}
.brush-wrap .brush-item .des {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brush-wrap .brush-item .des .h4 {
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  cursor: pointer;
}
.brush-wrap .brush-item .des .h4:hover {
  color: #3b5be6;
}
.brush-wrap .brush-item .des .brush-down {
  color: #fff;
  background: #627ffe;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.brush-wrap .brush-item .des .brush-down:before {
  display: inline-block;
  background: url('https://assets-cdn.lanqb.com/topics/brush/icon-dload@2x_pc.png') no-repeat center center;
  background-size: 100% 100%;
  vertical-align: top;
  content: '';
}
.brush-wrap .brush-item .des .brush-down:hover {
  background: #496afe;
}
@media (min-width: 768px) {
  .brush-wrap .brush-item .des {
    padding-right: 5px;
    padding-left: 5px;
  }
  .brush-wrap .brush-item .des .h4 {
    font-size: 12px;
  }
  .brush-wrap .brush-item .des .brush-down {
    width: 58px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
  .brush-wrap .brush-item .des .brush-down:before {
    width: 12px;
    height: 12px;
    margin-top: 6px;
  }
  .brush-wrap .brush-item .des.down .h4 {
    max-width: 108px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .brush-item .des {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brush-wrap .brush-item .des .h4 {
    font-size: 14px;
  }
  .brush-wrap .brush-item .des .brush-down {
    width: 74px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
  }
  .brush-wrap .brush-item .des .brush-down:before {
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-right: 3px;
  }
  .brush-wrap .brush-item .des.down .h4 {
    max-width: 132px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .brush-item .des .h4 {
    font-size: 16px;
  }
  .brush-wrap .brush-item .des .brush-down {
    width: 88px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .brush-wrap .brush-item .des .brush-down:before {
    margin-top: 8px;
    margin-right: 6px;
  }
  .brush-wrap .brush-item .des.down .h4 {
    max-width: 156px;
  }
}
.brush-wrap .brush-item:hover .cover img {
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.brush-wrap .brush-item:hover .cover.masking:before,
.brush-wrap .brush-item:hover .cover.masking:after {
  opacity: 1;
}
.brush-wrap .brush-item:hover .cover.masking:after {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.brush-wrap .skill-list {
  margin-bottom: 39px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.brush-wrap .skill-list .skill-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.brush-wrap .skill-list .skill-item:hover .skill-item-wrap a {
  color: #627ffe;
}
.brush-wrap .skill-list .skill-item .skill-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .brush-wrap .skill-list .skill-item {
    padding: 7px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .skill-list .skill-item {
    padding: 9px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .skill-list .skill-item {
    padding: 11px;
  }
}
.brush-wrap .skill-list .skill-item-wrap {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.brush-wrap .skill-list .skill-item-wrap a {
  display: block;
  line-height: 27px;
  cursor: pointer;
}
.brush-wrap .skill-list .skill-item-wrap a:hover {
  color: #627ffe;
}
.brush-wrap .skill-list .skill-item-wrap .note {
  position: absolute;
  top: 50%;
  color: #fff;
  background-color: #3b5be6;
  border: 3px solid #94a8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brush-wrap .skill-list .skill-item-wrap .img {
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .brush-wrap .skill-list .skill-item-wrap {
    height: 104px;
  }
  .brush-wrap .skill-list .skill-item-wrap a {
    font-size: 18px;
  }
  .brush-wrap .skill-list .skill-item-wrap .note {
    left: 22px;
    width: 65px;
    height: 62px;
    margin-top: -31px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .skill-list .skill-item-wrap {
    height: 134px;
  }
  .brush-wrap .skill-list .skill-item-wrap a {
    font-size: 20px;
  }
  .brush-wrap .skill-list .skill-item-wrap .note {
    left: 38px;
    width: 79px;
    height: 76px;
    margin-top: -38px;
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .skill-list .skill-item-wrap {
    height: 154px;
  }
  .brush-wrap .skill-list .skill-item-wrap a {
    font-size: 24px;
  }
  .brush-wrap .skill-list .skill-item-wrap .note {
    left: 52px;
    width: 89px;
    height: 86px;
    margin-top: -43px;
    font-size: 26px;
    line-height: 31px;
  }
}
.brush-wrap .skill-list.n2 .skill-item.t1 {
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/c3-bg1_pc.png');
}
.brush-wrap .skill-list.n2 .skill-item.t2 {
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/c3-bg2_pc.png');
}
@media (min-width: 768px) {
  .brush-wrap .skill-list.n2 .skill-item {
    width: 360px;
  }
  .brush-wrap .skill-list.n2 .skill-item-wrap {
    padding-left: 106px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .skill-list.n2 .skill-item {
    width: 472px;
  }
  .brush-wrap .skill-list.n2 .skill-item-wrap {
    padding-left: 154px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .skill-list.n2 .skill-item {
    width: 572px;
  }
  .brush-wrap .skill-list.n2 .skill-item-wrap {
    padding-left: 174px;
  }
}
.brush-wrap .skill-list.n3 .skill-item {
  background-image: url('https://assets-cdn.lanqb.com/topics/brush/c3-bg3_pc.png');
}
@media (min-width: 768px) {
  .brush-wrap .skill-list.n3 .skill-item {
    width: 242px;
  }
  .brush-wrap .skill-list.n3 .skill-item-wrap {
    padding-left: 102px;
  }
}
@media (min-width: 992px) {
  .brush-wrap .skill-list.n3 .skill-item {
    width: 315px;
  }
  .brush-wrap .skill-list.n3 .skill-item-wrap {
    padding-left: 132px;
  }
}
@media (min-width: 1366px) {
  .brush-wrap .skill-list.n3 .skill-item {
    width: 373px;
  }
  .brush-wrap .skill-list.n3 .skill-item-wrap {
    padding-left: 152px;
  }
}
.brush-c1 {
  position: relative;
  z-index: 2;
  height: 539px;
  background: url('https://assets-cdn.lanqb.com/topics/brush/c1-bg_pc.png') no-repeat center top;
}
.brush-c1 .brush1-con {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 1005px;
  height: 426px;
  margin-left: -442px;
  background: url('https://assets-cdn.lanqb.com/topics/brush/c1-bg2_pc.png') no-repeat center top;
}
.brush-c1 .brush1-con h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 711px;
  height: 227px;
  margin-top: -129px;
  margin-left: -420px;
  background: url('https://assets-cdn.lanqb.com/topics/brush/c1-h1_pc.png') no-repeat center top;
}
@media (min-width: 768px) {
  .brush-c1 .brush1-con {
    -ms-transform: scale(0.82);
    -o-transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
}
@media (min-width: 992px) {
  .brush-c1 .brush1-con {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.brush-c2 {
  position: relative;
  padding-top: 158px;
}
.brush-c2 .brush2-h3 {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 35px;
}
.brush-c2 .brush2-h3:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 32px;
  background: url('https://assets-cdn.lanqb.com/topics/brush/icon-hot@2x_pc.png') no-repeat center center;
  background-size: 100% 100%;
  content: '';
}
.brush-c3 {
  position: relative;
  padding-top: 56px;
  padding-bottom: 116px;
}
.brush-c3 .brush-btns {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .brush-c3 .skill-list .skill-item-wrap .img {
    left: 22px;
    width: 65px;
    height: 64px;
    margin-top: -32px;
  }
}
@media (min-width: 992px) {
  .brush-c3 .skill-list .skill-item-wrap .img {
    left: 38px;
    width: 79px;
    height: 78px;
    margin-top: -39px;
  }
}
.brush-c4 {
  position: relative;
  z-index: 2;
  padding-top: 132px;
  padding-bottom: 116px;
  margin-top: -89px;
  background: url('https://assets-cdn.lanqb.com/topics/brush/bg2_pc.png') no-repeat center top;
}
.brush-c4 .brush-btns {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .brush-c4 .skill-list .skill-item-wrap .img {
    left: 22px;
    width: 67px;
    height: 68px;
    margin-top: -34px;
  }
}
@media (min-width: 992px) {
  .brush-c4 .skill-list .skill-item-wrap .img {
    left: 38px;
    width: 79px;
    height: 80px;
    margin-top: -40px;
  }
}
@media (min-width: 1366px) {
  .brush-c4 .skill-list .skill-item-wrap .img {
    left: 42px;
    width: 103px;
    height: 104px;
    margin-top: -52px;
  }
}
.brush-c5 {
  position: relative;
  padding-top: 127px;
  padding-bottom: 121px;
  margin-top: -102px;
  background: url('https://assets-cdn.lanqb.com/topics/brush/bg3_pc.png') no-repeat center top;
}
.brush-c5 .brush-btns {
  padding-top: 35px;
}
.brush-c5 .skill-list .skill-item-wrap .img {
  margin-top: -52px;
}
@media (min-width: 768px) {
  .brush-c5 .skill-list .skill-item-wrap .img {
    left: 0;
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media (min-width: 992px) {
  .brush-c5 .skill-list .skill-item-wrap .img {
    left: 16px;
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (min-width: 1366px) {
  .brush-c5 .skill-list .skill-item-wrap .img {
    left: 24px;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.brush-c6 {
  position: relative;
  z-index: 2;
  padding-top: 97px;
  padding-bottom: 80px;
  margin-top: -69px;
  background: url('https://assets-cdn.lanqb.com/topics/brush/bg4_pc.png') no-repeat center top;
}
.topics-more {
  position: relative;
}
.topics-more .swiper-slide {
  width: 180px;
}
.topics-more .topics-more-item {
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
  background-color: #fff;
  cursor: pointer;
}
.topics-more .topics-more-item img {
  width: 100%;
  height: 100%;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-decoration-skip: objects;
}
.topics-more .topics-more-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 11px 14px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background-color: rgba(98, 127, 254, 0.9);
}
.topics-more .topics-more-item span .iconfont {
  float: right;
  font-size: 24px;
  line-height: 24px;
  vertical-align: top;
}
.topics-more .topics-more-item.none {
  cursor: default;
}
.topics-more .topics-more-item:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.topics-more .topics-more-page {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 46px;
  text-align: center;
  color: #9b9b9b;
  cursor: pointer;
  opacity: 1;
  user-select: none;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-decoration-skip: objects;
}
.topics-more .topics-more-page .iconfont {
  display: inline-block;
  font-size: 44px;
  line-height: 46px;
  vertical-align: middle;
}
.topics-more .topics-more-page:hover {
  color: #333;
}
.topics-more .topics-more-page.swiper-button-disabled {
  color: #9b9b9b;
  cursor: default;
}
@media (min-width: 768px) {
  .topics-more .topics-more-page {
    bottom: -52px;
  }
  .topics-more .topics-more-page.prev {
    left: 0;
  }
  .topics-more .topics-more-page.next {
    right: 0;
  }
}
@media (min-width: 1366px) {
  .topics-more .topics-more-page {
    bottom: 67px;
  }
  .topics-more .topics-more-page.prev {
    left: -100px;
  }
  .topics-more .topics-more-page.next {
    right: -100px;
  }
}
