@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
@keyframes rotate_added2 {
  0% {
    background-color: #012FA7;
    transform: rotate(0);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(180deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1664ff;
  border-color: #1664ff;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
.list-section .rec-box .rec-main {
  padding-right: 0.14rem;
  margin-bottom: 0.36rem;
}

.tag_list {
  display: flex;
  gap: 0.12rem;
  flex-wrap: wrap;
}
.tag_list li .tag {
  display: block;
  padding: 0.02rem 0.17rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #797979;
  border: 1px solid #797979;
  border-radius: 2rem;
  cursor: pointer;
  transition: all ease 0.2s;
}
.tag_list li .tag:hover {
  border-color: #000;
  color: #000;
}
.tag_list li.active .tag {
  border-color: #000;
  color: #fff;
  background-color: #000;
}

.table-section {
  flex: 1;
}
.table-section .table-main {
  margin-top: 0.24rem;
}
.table-section .thead-line {
  background-color: #F1F1F1;
  padding: 0.11rem 0;
}
.table-section .tbody-line {
  padding: 0.22rem 0 0.16rem;
  border-top: 1px solid #F1F1F1;
}
.table-section .tbody-line,
.table-section .thead-line {
  font-size: 0.14rem;
  line-height: 0.22rem;
  display: flex;
  align-items: center;
}
.table-section .tbody-line .cell,
.table-section .thead-line .cell {
  text-align: center;
}
.table-section .tbody-line .cell:nth-child(1),
.table-section .thead-line .cell:nth-child(1) {
  padding-left: 0.32rem;
  width: 37%;
  text-align: left;
}
.table-section .tbody-line .cell:nth-child(1) .title,
.table-section .thead-line .cell:nth-child(1) .title {
  display: flex;
  align-items: center;
  word-break: keep-all;
  white-space: nowrap;
}
.table-section .tbody-line .cell:nth-child(1) .title .avator,
.table-section .thead-line .cell:nth-child(1) .title .avator {
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  border-radius: 1rem;
  margin-right: 0.08rem;
  flex-shrink: 0;
  cursor: pointer;
}
.table-section .tbody-line .cell:nth-child(1) .title .icon.icon-auth,
.table-section .thead-line .cell:nth-child(1) .title .icon.icon-auth {
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.02rem;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/yazqb1706664.png");
}
.table-section .tbody-line .cell .tag,
.table-section .thead-line .cell .tag {
  display: block;
  padding: 0.02rem 0.18rem;
  background-color: #F1F1F1;
  width: -moz-fit-content;
  width: fit-content;
}
.table-section .tbody-line .cell .tag + .tag,
.table-section .thead-line .cell .tag + .tag {
  margin-top: 0.06rem;
}
.table-section .tbody-line .cell:nth-child(2),
.table-section .thead-line .cell:nth-child(2) {
  width: 17%;
}
.table-section .tbody-line .cell:nth-child(3), .table-section .tbody-line .cell:nth-child(4),
.table-section .thead-line .cell:nth-child(3),
.table-section .thead-line .cell:nth-child(4) {
  width: 13%;
}
.table-section .tbody-line .cell:nth-child(5),
.table-section .thead-line .cell:nth-child(5) {
  width: 15%;
}

@media screen and (max-width: 980px) {
  .table-section .thead-line {
    padding: 0.18rem 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .table-section .tbody-line {
    padding: 0.22rem 0;
    border-top: 1px solid #F1F1F1;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .table-section .tbody-line .cell:nth-child(1),
  .table-section .thead-line .cell:nth-child(1) {
    padding-left: 0.12rem;
    width: 42%;
  }
  .table-section .tbody-line .cell:nth-child(1) .title,
  .table-section .thead-line .cell:nth-child(1) .title {
    white-space: normal;
  }
  .table-section .tbody-line .cell:nth-child(1) .title .avator,
  .table-section .thead-line .cell:nth-child(1) .title .avator {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.12rem;
  }
  .table-section .tbody-line .cell:nth-child(1) .title .icon.icon-auth,
  .table-section .thead-line .cell:nth-child(1) .title .icon.icon-auth {
    width: 0.2rem;
    height: 0.2rem;
  }
  .table-section .tbody-line .cell:nth-child(1) .title .avator + div > p:last-child,
  .table-section .thead-line .cell:nth-child(1) .title .avator + div > p:last-child {
    width: 2.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
  }
  .table-section .tbody-line .cell:nth-child(2),
  .table-section .thead-line .cell:nth-child(2) {
    width: 20%;
  }
  .table-section .tbody-line .cell:nth-child(3), .table-section .tbody-line .cell:nth-child(4), .table-section .tbody-line .cell:nth-child(5),
  .table-section .thead-line .cell:nth-child(3),
  .table-section .thead-line .cell:nth-child(4),
  .table-section .thead-line .cell:nth-child(5) {
    width: 13%;
  }
  .table-section .tbody-line .cell:nth-child(5),
  .table-section .thead-line .cell:nth-child(5) {
    padding: 0;
    white-space: nowrap;
  }
  .table-section .tbody-line .cell:nth-child(6), .table-section .tbody-line .cell:nth-child(7),
  .table-section .thead-line .cell:nth-child(6),
  .table-section .thead-line .cell:nth-child(7) {
    display: none;
  }
}
.details.list-section .top {
  display: flex;
  gap: 0.24rem;
  align-items: center;
}
.details.list-section .top .avatar .img-addon {
  height: 2rem;
  width: 1.8rem;
}
.details.list-section .top .title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.details.list-section .top .title h1 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 700;
}
.details.list-section .top .line {
  margin-top: 0.12rem;
  display: flex;
  align-items: center;
}
.details.list-section .top .line .stip {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #797979;
  padding-right: 0.12rem;
}
.details.list-section .top .line .stip span {
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.04rem;
  margin-right: 0.06rem;
}
.details.list-section .top .line .stip + .stip::before {
  content: "";
  width: 1px;
  height: 0.12rem;
  background-color: #DEDEDE;
  margin-right: 0.12rem;
}
.details.list-section .top .btns {
  margin-top: 0.6rem;
}
.details.list-section .top .btns .btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.05rem 0.49rem;
  border: 1px solid #000;
  font-size: 0.14rem;
  line-height: 0.22rem;
  border-radius: 0;
  background-color: #000;
  color: #fff;
}
.details.list-section .top .btns .btn[data-type=none] {
  color: #000;
  background-color: #fff;
}
.details.list-section .content-box .content {
  border-top: 1px solid #F1F1F1;
  padding: 0.24rem 0;
  margin-top: 0.24rem;
}
.details.list-section .images {
  display: flex;
  gap: 0.24rem;
  margin-bottom: 0.48rem;
}
.details.list-section .images .image-box {
  height: 3.4rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.details.list-section .images .image-box .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 980px) {
  .list-section .section-box .section-main {
    flex-direction: column;
  }
  .list-section .rec-flex {
    display: flex;
    flex-direction: row !important;
    align-items: start;
  }
  .list-section .rec-flex .nav {
    flex-shrink: 0;
  }
  .list-section .news-box input#search-keyword {
    width: 1.6rem;
  }
  .list-section .content-box + .rec-box {
    margin-top: 0.48rem;
    margin-left: 0;
  }
  .list-section .rec-box {
    display: block;
    width: 100%;
  }
  .list-section .rec-box .rec-main {
    overflow: auto;
  }
  .list-section .rec-box .rec-main .tag_list {
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list-section .rec-box .rec-main .tag_list li {
    flex-shrink: 0;
  }
  .list-section .rec-box .rec-main .tag_list li .tag {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .list-section .rec-box .nav li.active {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .list-section.details .rec-box {
    display: none;
  }
  .details.list-section .top .title {
    flex-direction: column;
    align-items: flex-start;
  }
  .details.list-section .top .btns {
    margin-top: 0.36rem;
  }
}
.empty {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(121, 121, 121);
  padding: 3rem 0 1.6rem;
  background-image: url(/assets/img/default-empty.webp);
  background-position: center 1.6rem;
  background-size: 1.3rem auto;
}

.com_pager {
  margin-top: 0.64rem;
  text-align: center;
}
.com_pager .paginationjs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_pager .paginationjs-pages > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_pager li {
  width: 0.34rem;
  text-align: center;
  margin: 0 0.04rem;
  border-radius: 0.04rem;
  color: #000;
  border: 1px solid #F1F1F1;
  background-color: #fff;
  transition: all ease 0.2s;
  cursor: pointer;
}
.com_pager li:hover {
  color: #012FA7;
  border-color: #012FA7;
}
.com_pager li.active {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.com_pager li:press {
  color: #012FA7;
}
.com_pager li a {
  font-size: 0.14rem;
  line-height: 0.22rem;
  padding: 0.05rem 0;
  display: block;
  font-weight: 400;
  color: inherit;
}
.com_pager li span {
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 10px;
  display: block;
  font-size: 14px;
  color: #333333;
  transition: all ease 0.3s;
}
.com_pager li a:hover {
  border-color: var(--theme-color);
}
.com_pager li.active span, .com_pager li.active a {
  color: #fff;
  background: var(--theme-color);
}
.com_pager .pageinfo,
.com_pager li.pageinfo span {
  border: none;
  background-color: transparent;
}
.com_pager .thisclass {
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  background: #3269FF;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  transition: all ease 0.3s;
  border: 1px solid #ccc;
}
.com_pager .disabled span,
.com_pager .disabled a {
  cursor: not-allowed;
}