
/*自定义CSS样式代码*/
/* 表格选中高亮样式 */ 

/*.post-content table {*/
/*    width: 100%;*/
/*    table-layout: fixed;*/
/*    display: inherit;*/
/*}*/

/*.table {*/
/*    width: 100%;*/
/*    margin-bottom: 1rem;*/
/*    color: #212529;*/
/*}*/

.cgehigh td:hover {
  background-color: #333333;
  color: #fff;
}


/*prb贴图列表*/
ul.pbr-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

ul.pbr-list li {
  margin-top: 1rem;
  margin-right: 1.2rem; 
  border-right: 1px solid rgba(0, 0, 0, 0.2); 
  padding-right: 1.2rem; 
}


/* 网站动态提示 */

#scrolling-list {
    position: relative;
  list-style-type: none;
  overflow: hidden;
  height: 30px; /* 调整显示行数的高度 */
}

#scrolling-list li {
  display: none;
  animation: scroll 5s infinite;
}

@keyframes scroll {
      0% {
        transform: translate(0, 0);
      }
      60% {
        transform: translate(0, 0);
      }
      95% {
        transform: translate(0, -100%);
      }
      
     100% {
        transform: translate(0, 0);
      }
    }



/*小工具列表*/

.recat-list {
    padding: 0;
    display: flex; 
    flex-direction: column; 
    transition: all .1s ease-in-out;
    font-size: 0.875rem;
}

.recat-list-title {
    transition: all .1s ease-in-out;
}

.recat-list-title a{
    transition: all .1s ease-in-out;
}





/*会员海报*/

.to-vcard-container{
    height: 150px;
    margin: -2rem;
}


.to-vcard-container a {
  text-decoration: none;
}

.to-vcard-body{
    position: relative;
    height: 150px;
  width: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
}


.to-vcard-img{
    position: absolute;
    z-index: 5;
  height: 150px;
  width: 100%;
  filter: brightness(100%) grayscale(80%) contrast(50%) opacity(25%);
  background-size: 100%;
  background-position: 50% 30%;
  transition: background .3s;
}

.to-vcard-container:hover .to-vcard-img {
  filter: brightness(100%) grayscale(10%) contrast(100%) opacity(100%);
  background-size: 150%;
  background-position: 50% 40%;
  transition-duration: .5s;
}

.to-vcard-container:hover .to-vcard-info h3{
  color: #6B2D00;
}

.to-vcard-container:hover .to-vcard-info p{
  color: #6B2D00;
}

.to-vcard-container:hover .to-vcard-button{
  cursor: pointer;
 background: #171111;
 color: #f9d681;
}

.to-vcard-container:hover .to-vcard-button span{
     color: #f9d681;
}


.to-vcard-main{
    position: absolute;
    z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*.to-vcard-info{*/
/*  margin-right: 1rem;*/
/*}*/


.to-vcard-info h3{
  font-weight: 500;
  font-size: 1.25rem;
  color: #917731;
  margin-top: 1rem;
}

.to-vcard-info p{
  color: #917731;
  letter-spacing: 1px;
  margin-top: -0.25rem;
}


.to-vcard-button{
  margin-left: 1rem;
  padding: 1rem 1.5rem;
  line-height: 1.1rem;
  color: #917938;
    background-color: #cfcbc2;
  border-radius: 1rem;
  opacity: 0.9;
}

.to-vcard-button span{
  color: #8c7126;
}



/*显示二维码*/

.qrcode-warp{
  position: relative;
  display: inline-block;
}

.qrcode-info {
  max-width: 130px;
  z-index: 10;
  position: absolute;
  top: 0; /* 或者使用 bottom: 0; 也可根据实际需要调整 */
  left: -100%;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.qrcode-warp:hover .qrcode-info {
  opacity: 1;
}





/* 文章卡片小海报 */

.zpcards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.zpinformation3 {
  flex-basis: 32.5%;
  margin-bottom: 1.5rem;
}

.zpinformation1 {
  flex-basis: 49%;
  margin-bottom: 1.5rem;
}

.zpinformation.zpcard {
  border-radius: 16px;
  border: 2px solid #e7e7e7;
  background-color: #fff;
  padding: 1.5rem;
}

.zpinformation .title {
  font-size: 1.25rem;
  color: #141b22;
  line-height: 1.25;
}

.zpinformation .info {
  color: #a0a0a0;
  line-height: 1.5;
  font-size: 0.75rem;
  margin-top: 1rem;
}

.zpinformation .button {
  font-size: 0.75rem;
  line-height: 1;
  background-color: #fff;
  border: 2px solid #e7e7e7;
  color: #242424;
  padding: 1em 2em;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: -1rem;
}

.zpinformation .button:hover, .zpinformation .button:focus {
  background-color: #242424;
  color: #fff;
}

/* 文章卡片小海报--结束- */



/* 隐藏复制文本- */
.copy-container {
    position: relative;
}

.copy-text {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 超链接文本- */
.red_link-bg {
  color: hsl(0,0%,20%)!important;
  background: hsl(0deg 0% 70% / 20%);
  border-radius: 5px;
  padding: 0px 5px;
  text-decoration: none;
}

.red_link-bg:hover {
  color: white!important;
  background-color: #7a7a7a;
}

.red_link-sm {
  color: hsl(0,0%,20%)!important;
  background: hsl(0deg 0% 70% / 20%);
  border-radius: 5px;
  padding: 0px 5px;
  text-decoration: none;
}

.red_link-sm:hover {
  color: white!important;
  background-color: #7a7a7a;
}


/* 文章ico海报- */
.PuIco-border {
    box-shadow: inset 0 0 0 1px rgba(229,229,229); /* 1px的内描边 */
    border-radius: 25px;
    overflow: hidden;  /* 隐藏超出的子容器内容 */
}

.PuIco-iconimg {
    width: 100px;
    height: 100px;
    /*border-radius: 25px;*/
    /*border: 3px solid rgba(229,229,229,.2);*/
}

/* 取消特定类名的表格的边框 */
.no-border-table, .no-border-table th, .no-border-table td {
    border: none !important;
}

.no-border-table {
    border-collapse: collapse;
}

.no-border-table th, .no-border-table td {
    padding: 12px 13px !important;
}


/* 注册- */
.ri-popup-content {
    padding: 2rem;
}

.form-control {
     padding: 0.5rem 0.75rem !important;
}

/* Box小工具海报- */
.tool_custom-poster {
    height: 150px;
    margin: -2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #181B29;
    transition: background-color 0.3s ease;
    /* 背景色过渡效果 */
}


.tool_poster-content {
    flex: 1;
    padding: 40px 10px 40px 40px;
}

.tool_poster-title {
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 4px;
    color: #FFFFFF;
}

.tool_poster-text {
    margin-bottom: 0;
    color: #BABBBF;
}

.tool_poster-button {
    padding: 40px 40px 40px 10px;
}

.tool_btn {
    display: inline-block;
    padding: 0.875rem 1.5rem;
    border-radius: 1rem;
    background-color: #595D69;
    color: #fff;
    text-decoration: none;
    border-radius: 1rem;
    transition: background-color 0.3s ease;
}


.tool_custom-poster:hover {
    background-color: #0E2A2F;
}

.tool_custom-poster:hover .tool_poster-title {
    color: #A1C3BA;
    /* 改变文字颜色 */
}

.tool_custom-poster:hover .tool_poster-text {
    color: #A1C3BA;
    /* 改变文字颜色 */
}

.tool_custom-poster:hover .tool_btn {
    background-color: #4A786C;
    /* 改变按钮背景色 */
    color: #fff;
    /* 改变按钮文字颜色 */
}