#customLists {
    clear: both;
}
#customLists .cardHand, .entryLists .cardHand {
    position: relative;
    overflow: hidden;
}
.cardHand {
    margin-bottom: 2em;
    font-size: 0.9em;
    font-family: var(--ap-font-primary);
    color: #ababab;
    clear: both;
}
#customLists .cardHand > a, .entryLists .cardHand > a {
    width: 32%;
    float: left;
}
.cardHand ul {
    list-style: none;
    white-space: nowrap;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 106px;
    margin: 0 0 0.5em 0.5em;
    max-width: 100%;
    padding-right: 20px;
}
.cardHand .card:first-child {
    border: none;
}
.cardHand .card {
    width: 70px;
    height: 105px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-right: -20px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    border-right: 1px solid grey;
}
.card {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    margin-bottom: 1.6em;
    text-align: center;
}
.cardHand .card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #666;
    opacity: 0.5;
}
.cardHand .card img {
    max-height: 100%;
}
#customLists .cardHand .theme-font
 {
    margin-top: 0;
    margin-bottom: 7px;
}

#customLists .cardHand > a + div, .entryLists .cardHand > a + div {
    display: inline-block;
    float: left;
    width: 60%;
    padding-left: 20px;
}
a.fas.fa-heart {
  color: #e53935 !important;
}
a.fas.fa-heart-broken {
  color: #e53935 !important;
}

@media (max-width: 480px) {
    #customLists .cardHand .listTitle, .entryLists .cardHand .listTitle {
        font-size: 1.2em;
        color: var(--color-text--highlight);
        display: inline-block;
    }
}
#customLists .cardHand .listTitle, .entryLists .cardHand .listTitle {
    font-size: 16px;
    display: block;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: #000;
    word-wrap: break-word;
    word-break: break-word;
    display: inline-block;
}


.metadata a {
    color: #ababab;
    text-decoration: none;
    font-size: 1em;
}
.heartOn, .heartOff {
    font-weight: normal;
    padding: 0 !important;
}
.cardHand .heartOn:before {
    padding-right: 0.4em;
}
.cardHand .heartOn:before {
    padding-right: 0.4em;
}
@media (max-width: 480px) {
    #customLists .cardHand .metadata.metadata-float, .entryLists .cardHand .metadata.metadata-float {
        position: relative;
        display: block;
        float: none;
        left: -1em;
    }
}
@media (min-width: 768px) {
  #customLists .cardHand .metadata.metadata-float, 
  .entryLists .cardHand .metadata.metadata-float {
      float: right;
  }
}

.userActions {
    white-space: nowrap;
    font-size: smaller !important;
    text-align: right;
}
html, input, select, textarea, [class*="pure-"] {
    font: normal 1em var(--ap-font-primary);
}
.pure-1-3 {
    width: 33.3333%;
}
.pure-u, .pure-1, .pure-1-2, .pure-1-3, .pure-2-3, .pure-1-4, .pure-3-4, .pure-1-5, .pure-2-5, .pure-3-5, .pure-4-5, .pure-1-6, .pure-5-6, .pure-1-8, .pure-7-8, .pure-12-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
#customLists .cardHand .metadata.metadata-float a, .entryLists .cardHand .metadata.metadata-float a {
    font-size: 1em !important;
}
.userActions a {
    padding-left: 1em;
    color: var(--color-theme-m);
    display: inline-block;
}

.private {
    font-size: 12px;
}
.cardHand .card {
    width: 70px;
    height: 105px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-right: -20px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    border-right: 1px solid grey;
}

.cardHand .card {
  width: 70px;
  height: 105px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-right: -20px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-right: 1px solid grey;
}
.cardHand .card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #666;
  opacity: 0.5;
}
.cardHand .card:first-child {
  border: none;
}
.cardHand .card:nth-of-type(2):before {
  opacity: 0.4;
}
.cardHand .card:nth-of-type(3):before {
  opacity: 0.3;
}
.cardHand .card:nth-of-type(4):before {
  opacity: 0.2;
}
.cardHand .card:last-child:before {
  background: none;
}
.cardHand .card img {
  max-height: 100%;
}
.cardHand .card:hover {
  z-index: 6;
  transform: scale(1.05);
}
.cardHand .card:hover:before {
  opacity: 0;
}

.user-panel-info h1 {
    display: flex;
    flex-flow: column;
    font-size: 18px;
}

.badge-check {
    background: #ff9800;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    font-style: italic;  /* 斜体 */
    transform: skewX(-10deg);  /* 倾斜效果 */
    display: inline-block;
}

/**create**/
.user-follow a {
    display: flex;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border: none;
    border-radius: var(--ap-border-radius);
    overflow: visible;
    cursor: pointer;
    transition: all 0.2s linear;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 0.8em 1.5em;
    color: var(--color-theme);
    background-color: var(--color-button);
    font-size: 14px;
    font-family: "Oswald";
    font-weight: bold;
    letter-spacing: 1.65px;
}

@media screen and (max-width: 768px) {
    .user-panel-editor-button button, 
    .user-panel-editor-button .button,
    .user-follow a {
        font-size: 12px;
        padding: 4px 8px;
        font-weight: 400;
    }
    
    .user-follow a {
        margin: 0;
    }
}



.hover-tip{position:fixed;z-index:9999;background:#ff3333;color:#fff;padding:6px 12px;border-radius:4px;font-size:14px;pointer-events:none;animation:fadeInOut 1.5s ease-in-out;}
@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-50%) scale(0.8);}20%{opacity:1;transform:translate(-50%,-50%) scale(1);}80%{opacity:1;}100%{opacity:0;}}

/**addlist**/
/**addlist**/
table {
  width: 100%; 
  max-width: 100%; 
  border-collapse: collapse; 
  margin: 0 0 20px 0; /* 左对齐 */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background: #fff;
  text-align: left; /* 左对齐 */
}

thead {
  background: linear-gradient(135deg, #f0f5f9 0%, #e6eff6 100%);
}

th {
  padding: 16px 20px;
  text-align: left; /* 左对齐 */
  font-weight: 600;
  color: #2c5282;
  font-size: 14px;
  border-bottom: 2px solid #d9e4f0;
  letter-spacing: 0.5px;
}

td {
  padding: 16px 20px;
  font-size: 13px;
  color: #4a5568;
  word-wrap: break-word;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
  text-align: left; /* 左对齐 */
}

tr:hover td {
  background-color: #f8fafc;
}

td:last-child {
  min-width: 90px;
  text-align: left; /* 左对齐 */
  white-space: nowrap;
}

.input-container {
  width: 100%;
  max-width: 100%; /* 占满宽度 */
  margin: 0 0 20px 0; /* 左对齐 */
  padding: 0 10px; 
  box-sizing: border-box;
  text-align: left; /* 左对齐 */
}

.input-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2d3748;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-align: left; /* 左对齐 */
}

input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 13px;
  color: #2d3748;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  text-align: left; /* 左对齐 */
}

input[type="text"]:focus {
  outline: none;
  border-color: #4299e1;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
}

input[type="text"]::placeholder {
  color: #a0aec0;
  font-size: 12px;
  text-align: left; /* 左对齐 */
}

.textarea-container {
  width: 100%;
  max-width: 100%; /* 占满宽度 */
  margin: 0 0 20px 0; /* 左对齐 */
  padding: 0 10px; 
  box-sizing: border-box;
  text-align: left; /* 左对齐 */
}

.textarea-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2d3748;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-align: left; /* 左对齐 */
}

textarea {
  width: 100%; 
  height: 120px; 
  padding: 12px 16px; 
  border: 1px solid #e2e8f0;
  border-radius: 6px; 
  box-sizing: border-box; 
  font-size: 13px;
  color: #2d3748;
  line-height: 1.5;
  resize: vertical; 
  overflow: auto; 
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  text-align: left; /* 左对齐 */
}

textarea:focus {
  outline: none;
  border-color: #4299e1;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
}

.del {
  background: linear-gradient(135deg, #fc8181 0%, #f56565 100%);
  color: white;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: center; /* 按钮文字居中 */
}

.del:hover {
  background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.del:active {
  transform: translateY(0);
}

.red-asterisk {
  color: #e53e3e;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 2px;
}

.button-container {
  text-align: left; /* 左对齐 */
  padding: 20px 10px 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #e8e8e8;
  background: transparent; /* 透明背景 */
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.button-container input[type="submit"],
.button-container input[type="reset"],
input[type="button"] {
  background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px 10px 0; /* 右和下间距 */
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  min-width: 80px;
  display: inline-block;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}

.button-container input[type="reset"] {
  background: linear-gradient(135deg, #a0aec0 0%, #718096 100%);
}

input[type="button"] {
  background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
}

.button-container input[type="submit"]:hover,
.button-container input[type="reset"]:hover,
input[type="button"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.button-container input[type="submit"]:active,
.button-container input[type="reset"]:active,
input[type="button"]:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#ceshitable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0; /* 左对齐 */
  border: 1px solid #d9e4f0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background: #fff;
  text-align: left; /* 左对齐 */
}

#ceshitable tr th,
#ceshitable tr td {
  border: 1px solid #e2e8f0;
  padding: 12px 16px;
  font-size: 12px;
  text-align: left; /* 左对齐 */
}

#ceshitable tr th {
  background: linear-gradient(135deg, #f0f5f9 0%, #e6eff6 100%);
  color: #2c5282;
  font-weight: 600;
  border-bottom: 2px solid #d9e4f0;
  text-align: left; /* 左对齐 */
}

#ceshitable tr:hover td {
  background-color: #f8fafc;
}

.ver_content_box {
  margin: 0 0 20px 0; /* 左对齐 */
  padding: 20px 10px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  width: 100%;
  box-sizing: border-box;
  text-align: left; /* 左对齐 */
}

/* 手机端适配 */
@media (max-width: 600px) {
  .input-container {
    padding: 0 5px; 
  }
  
  .textarea-container {
    padding: 0 5px;
  }
  
  textarea {
    font-size: 16px; 
  }
  
  .ver_content_box {
    padding: 20px 5px;
  }
  
  /* 表格在手机端的样式 */
  table, #ceshitable {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  th, td {
    padding: 12px 8px;
    font-size: 12px;
  }
  
  /* 手机端按钮调小 - 左对齐 */
  .button-container {
    padding: 15px 5px 0;
    margin-top: 15px;
    text-align: left; /* 左对齐 */
  }
  
  .button-container input[type="submit"],
  .button-container input[type="reset"] {
    padding: 6px 12px; /* 减小内边距 */
    font-size: 11px; /* 减小字体 */
    margin: 0 8px 8px 0; /* 右和下间距，左对齐 */
    min-width: 70px; /* 减小最小宽度 */
  }
  
  /* 在小手机上按钮更紧凑 */
  @media (max-width: 480px) {
    .button-container input[type="submit"],
    .button-container input[type="reset"] {
      padding: 5px 8px;
      font-size: 10px;
      margin: 0 5px 5px 0; /* 保持左对齐 */
      min-width: 60px;
    }
  }
}

/* 小手机屏幕额外调整 - 保持左对齐 */
@media (max-width: 360px) {
  .button-container input[type="submit"],
  .button-container input[type="reset"] {
    width: 48%; /* 设置为百分比宽度 */
    display: inline-block;
    text-align: center;
    padding: 6px 4px;
    font-size: 10px;
    margin: 0 1% 5px 0; /* 右和下间距 */
  }
}





