/*
	[@yuerpf pixels 2025]
	[@Author By DobbySoftware Dev 202505]
*/
/* article && quote*/
.banner {
  width: 100%;
  height: 320px;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.article-list .list .item {
  width: 450px;
  height: 468px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
}
.article-list .list .item:not(:nth-child(3n)) {
  margin-right: 25px;
}
.article-list .list .item.video .icon-bofang {
  display: block;
}
.article-list .list .item .icon-bofang {
  position: absolute;
  left: 50%;
  top: 125px;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  display: none;
  z-index: 9;
}
.article-list .list .item:hover {
  background-color: var(--theme-color);
}
.article-list .list .item:hover .info .t {
  color: #fff;
}
.article-list .list .item:hover .info .itr {
  color: #fff;
}
.article-list .list .item:hover .info .data {
  color: #fff;
}
.article-list .list .item:hover .imgScale img {
  transform: scale(1.2);
}
.article-list .list .item .imgScale {
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
}
.article-list .list .item .imgScale img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-list .list .item .info {
  padding: 20px;
}
.article-list .list .item .info .t {
  width: 100%;
  font-size: 16px;
}
.article-list .list .item .info .itr {
  color: #999999;
  font-size: 14px;
}
.article-list .list .item .info .data {
  color: var(--theme-color);
  font-size: 14px;
}

.article-list-story .list .item {
  padding: 20px;
  width: 450px;
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.1);
  border-radius: 10px;
  margin-bottom: 25px;
}
.article-list-story .list .item:not(:nth-child(3n)) {
  margin-right: 25px;
}
.article-list-story .list .item:hover {
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
}
.article-list-story .list .item .imgs img {
  width: 195px;
  height: 130px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.article-list-story .list .item .info .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.article-list-story .list .item .btn {
  width: 99px;
  height: 37px;
  border-radius: 5px;
  border: 1px solid #999999;
  line-height: 35px;
}

.article-show .list .item {
  width: 409px;
  height: 441px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
}
.article-show .list .item:not(:nth-child(3n)) {
  margin-right: 25px;
}
.article-show .list .item.video .icon-bofang {
  display: block;
}
.article-show .list .item .icon-bofang {
  position: absolute;
  left: 50%;
  top: 125px;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  display: none;
  z-index: 9;
}
.article-show .list .item:hover {
  background-color: var(--theme-color);
}
.article-show .list .item:hover .info .t {
  color: #fff;
}
.article-show .list .item:hover .info .itr {
  color: #fff;
}
.article-show .list .item:hover .info .data {
  color: #fff;
}
.article-show .list .item:hover .imgScale img {
  transform: scale(1.2);
}
.article-show .list .item .imgScale {
  width: 100%;
  height: 273px;
  border-radius: 10px 10px 0 0;
}
.article-show .list .item .imgScale img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-show .list .item .info {
  padding: 20px;
}
.article-show .list .item .info .t {
  width: 100%;
  font-size: 16px;
}
.article-show .list .item .info .itr {
  color: #999999;
  font-size: 14px;
}
.article-show .list .item .info .data {
  color: var(--theme-color);
  font-size: 14px;
}
.article-show .w {
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.1);
  border-radius: 10px;
  padding: 30px;
}
.article-show .w .container .data1 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.article-show .w .container #video {
  margin: 30px auto;
}
.article-show .w .container .content {
  line-height: 30px;
}
.article-show .w .container .links {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.article-show .share-popup {
  position: fixed;
  z-index: 999;
}
.article-show .share-popup .mask {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.article-show .share-popup .mask .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 837px;
  background: #ffffff;
  border-radius: 10px;
  padding: 100px 30px;
}
.article-show .share-popup .mask .cont .code {
  width: 285px;
  height: 285px;
}
.article-show .share-popup .mask .cont .code img {
  width: 100%;
  height: 100%;
}
.article-show .share-popup .mask .cont .links {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  width: 717px;
}
.article-show .share-popup .mask .cont .links .link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-show .share-popup .mask .cont .links .txt {
  margin-top: 10px;
}
.article-show .share-popup .mask .cont .icon-quxiao {
  position: absolute;
  right: -40px;
  top: -20px;
  font-size: 32px;
  color: #fff;
}

@media screen and (max-width: 1415px) {
  .article-list .list .item {
    width: 384px;
    height: 424px;
  }
  .article-list .list .item:not(:nth-child(3n)) {
    margin-right: 24px;
  }
  .article-list .list .item .imgScale {
    height: 256px;
  }
  .article-show .list .item {
    width: 364px;
    height: 410px;
  }
  .article-show .list .item:not(:nth-child(3n)) {
    margin-right: 24px;
  }
  .article-show .list .item .imgScale {
    height: 243px;
  }
  .article-list-story .list .item {
    width: 384px;
    height: 382px;
  }
  .article-list-story .list .item:not(:nth-child(3n)) {
    margin-right: 24px;
  }
  .article-list-story .list .item .imgs img {
    width: 162px;
    height: 108px;
  }
}
@media screen and (max-width: 462px) {
  .banner {
    height: 62px;
  }
  .banner .info .fz40 {
    font-size: 14px;
  }
  .article-list .list .item {
    width: 345px;
    height: 344px;
    background: #ffffff;
    box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
    border-radius: 10px 10px 10px 10px;
    margin: 15px 0 0 0;
  }
  .article-list .list .item .icon-bofang {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 9px;
    top: 102px;
  }
  .article-list .list .item .imgScale {
    width: 345px;
    height: 230px;
  }
  .article-list .list .item .info {
    padding: 10px;
  }
  .article-list .list .item .info .t {
    font-size: 13px;
  }
  .article-list .list .item .info .itr {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .article-list .list .item .info .data {
    font-size: 12px;
  }
  .article-list .list .item .info .data .iconfont {
    font-size: 14px;
  }
  .article-show .w {
    margin-top: 15px;
    padding: 25px 15px;
  }
  .article-show .w .container img {
    width: 100%;
    height: 100%;
  }
  .article-show .w .container #video {
    margin: 10px auto;
  }
  .article-show .w .container .content {
    font-size: 12px;
    line-height: 30px;
  }
  .article-show .w .container .title {
    font-size: 15px;
  }
  .article-show .w .container .data1 {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .article-show .w .container .data1 .fz16 {
    font-size: 12px;
  }
  .article-show .w .container .data1 .fz16 .iconfont {
    font-size: 14px;
  }
  .article-show .w .container .data1 .share {
    font-size: 12px;
  }
  .article-show .w .container .data1 .share .iconfont {
    font-size: 14px;
  }
  .article-show .w .container .links {
    font-size: 12px;
    margin-top: 15px;
    padding-bottom: 12px;
  }
  .article-show .w .container .links .mt20 {
    margin-top: 10px;
  }
  .article-show .w .container .tt {
    margin-top: 15px;
    font-size: 14px;
  }
  .article-show .w .container .list .item {
    width: 315px;
    height: 324px;
    background: #ffffff;
    box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
    border-radius: 10px 10px 10px 10px;
    margin: 15px 0 0 0;
  }
  .article-show .w .container .list .item .icon-bofang {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 9px;
    top: 102px;
  }
  .article-show .w .container .list .item .imgScale {
    width: 315px;
    height: 210px;
  }
  .article-show .w .container .list .item .info {
    padding: 10px;
  }
  .article-show .w .container .list .item .info .t {
    font-size: 13px;
  }
  .article-show .w .container .list .item .info .itr {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .article-show .w .container .list .item .info .data {
    font-size: 12px;
  }
  .article-show .w .container .list .item .info .data .iconfont {
    font-size: 14px;
  }
  .article-show .share-popup .mask .cont {
    width: 315px;
    height: 520px;
    border-radius: 5px;
    padding: 30px;
  }
  .article-show .share-popup .mask .cont .icon-quxiao {
    font-size: 18px;
    right: -20px;
    top: -20px;
  }
  .article-show .share-popup .mask .cont .code {
    width: 100%;
    height: 250px;
    font-size: 12px;
    text-align: center;
  }
  .article-show .share-popup .mask .cont .code img {
    width: 200px;
    height: 200px;
  }
  .article-show .share-popup .mask .cont .links {
    margin-top: 20px;
    width: auto;
    justify-content: start;
  }
  .article-show .share-popup .mask .cont .links .link {
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .article-show .share-popup .mask .cont .links .link img {
    width: 29px;
    height: 29px;
  }
  .article-list-story .list .item {
    width: 345px;
    height: 294px;
    padding: 15px 10px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
  }
  .article-list-story .list .item .info {
    margin-top: 15px;
  }
  .article-list-story .list .item .info .fz16 {
    font-size: 13px;
  }
  .article-list-story .list .item .info .of3 {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .article-list-story .list .item .info .btn {
    margin-top: 15px;
    font-size: 14px;
    width: 98px;
    height: 30px;
    line-height: 28px;
  }
  .article-list-story .list .item .info .user .link {
    font-size: 13px;
  }
  .article-list-story .list .item .info .user .avatar img {
    width: 28px;
    height: 28px;
  }
  .article-list-story .list .item .imgs img {
    width: 150px;
    height: 100px;
  }
  .article-list-story .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
