.app-name[data-v-408ced7c]{background:linear-gradient(to right,rgb(var(--color-danger)) 10%,rgb(var(--color-primary)));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (prefers-color-scheme:dark){#search-result-header[data-v-408ced7c]{background-color:#d9dde2}}.app-name[data-v-ac588ea3]{background:linear-gradient(to right,rgb(var(--color-danger)) 10%,rgb(var(--color-primary)));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (prefers-color-scheme:dark){#search-result-header-mobile[data-v-ac588ea3]{background-color:#d9dde2}}#wrap{box-sizing:border-box;color:#434343;height:100%;z-index:10}

.card-padding {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
    /* background-color: #f4f4f4; */
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px 0px 5px 0px;
    align-content: flex-start;
}

    .card-title {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .card-title a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }

    .loglist-title {
        flex: 1;
    }

    .loglist-sort {
        font-size: 14px;
        color: #666;
        margin-left: auto;
    }

    .loglist-info {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .views {
        font-size: 14px;
        color: #666;
    }

.loglist-tag {
    text-align: center;
    margin-bottom: 10px;
}

.loglist-tag a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 5px;
}

.loglist-tag a:hover {
    background-color: #ccc;
}

.loglist-body {
    text-align: left;
}

.loglist-body span {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
}

.loglist-body span:last-child {
    margin-right: 0;
}

.loglist-body a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
    margin-right: 5px;
}

.loglist-body a:hover {
    color: #333;
}

.loglist-body .views {
    color: #999;
}
.column-big {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
}

@media (min-width: 768px) {
    .column-big {
        max-width: 900px;
        margin: 0 auto;
        padding-left: 20%;
        padding-right: 0%;
    }
} .search-form {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .search-form input {
        flex: 1;
        margin-right: 5px;
    }

    img.logoimg {
    height: 90px;
}
@media (max-width: 768px) {
    .QRCode {
        display: none;
    }
}
/* 弹窗整体样式 */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 70%;
  max-width: 440px;

  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: auto;
  padding: 20px;
  display: none;
}

/* 遮罩层样式 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}



/* 发表评论按钮样式 */
.btn-comment {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-comment:hover {
  background-color: #0056b3;
}

/* 弹窗内容样式 */
.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* 评论标题 */
.comment-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

/* 评论表单样式 */
.comment-form {
  width: 100%;
  max-width: 500px;
}

/* 表单组样式 */
.form-group {
  margin-bottom: 20px;
}

/* 输入框样式 */
.form-control {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}



/* 表单操作按钮样式 */
.form-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

/* 验证码按钮 */
.btn-comment[data-toggle="modal"] {
  width: auto;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .popup {
    width: 90%;
  }

  .comment-title {
    font-size: 18px;
  }

  .form-group {
    margin-bottom: 10px;
  }
}

/* 验证码模态窗的按钮 */
.btn {
    cursor: pointer;
    color: #848798;
    background-color: white;
    padding: 8px 11px;
    font-weight: 800;
    border-radius: var(--marRadius);
    margin-block: 12px;
    margin-inline: 17.5px;
    border: 1px solid #dedede
}

.btn:hover {
    color: #50525e
}

.modal-header {
    text-align: center;
    border-bottom: 0px;
    width: 250px;
    padding: 20px
}

.modal-content img {
    float: left;
    height: 32px;
    margin-left: 20px;
    margin-block: 30px
}

.modal-content input[name="imgcode"] {
    padding: 6px 8px !important;
    margin-right: 20px;
    margin-left: 8px;
    text-align: left;
    margin-block: 30px;
    border: 1px solid #dedede
}

.modal-content .modal-footer {
    padding: 10px;
    text-align: center
}


  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5px;
    padding: 10px;
    margin-top: 10px;
    background-color: transparent;
    border-radius: 4px;
  }

  .pagination a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    background-color: #f8f9fa; /* Default color for links */
    transition: all 0.3s ease;
  }

  .pagination a:hover {
    background-color: #e9ecef; /* Hover color for links */
  }

  .pagination span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background-color: #646463; /* Default color for active span */
    cursor: default;
  }
  .gxtj {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}