.xControl {
    position: absolute;
    left: 50%;
    top: 100%;
    bottom: 30px;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    border: 1px solid rgb(222, 104, 109);
    z-index: 1;
    background: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 3px;
}
.xControl a{
    text-decoration: none !important;
    display: block;
}

.hidden-element{
	display: none;
}
.article-content a { color: rgb(222, 104, 109) !important;}

.qr-image {
  width: 180px; /* 设置图片宽度 */
  margin-top: 20px; /* 设置图片顶部外边距 */
  border: 8px solid rgb(230, 230, 230); /* 设置图片的边框 */
}

.xContent {
    max-height: 400px;                /* 限制最大高度为500px */
    overflow: hidden;                 /* 超出部分隐藏 */
    transition: max-height 0.5s ease; /* 最大高度的过渡效果 */
}

.xContentBackground{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 80%);
}