@charset 'UTF-8';
.pure-g {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
@media (min-width: 1200px) {
    #siteContainer:not(.admin) {
        max-width: 100vw;
        width: 1200px;
    }
}
@media (min-width: 768px) {
    #siteContainer {
        padding-top: 10px;
    }
}
#siteContainer {
    padding: 10px 0.8em 0;
    width: 100%;
    margin: 0 auto;
    background: var(--site-background);
    min-height: 100vh;
}
.tags span {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 9px;
    background: #19376714;
    border-radius: 6px;
    font-size: 14px;
}
.tags span a {
    color: #154489;
}
.tags span a:hover {
  text-decoration: underline;
  color: #0064bf;
}
section {
  display: block;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}

h3 {
  margin: 1em 0;
}
h4 {
  margin: 1.33em 0;
}
b {
  font-weight: bold;
}
p {
  margin: 1em 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.pure-g {
  *letter-spacing: normal;
  text-rendering: optimizespeed;
  -webkit-flex-flow: none;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.pure-g {
  word-spacing: -0.43em;
}
.pure-1,
.pure-1-2 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-1-2 {
  width: 50%;
  *width: 49.969%;
}
.pure-1 {
  width: 100%;
}
@media (min-width: 35.5em) {
  .sm-1-3,
  .sm-2-3,
  .sm-1-6 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .sm-1-6 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .sm-1-3 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .sm-2-3 {
    width: 66.6667%;
    *width: 66.6357%;
  }
}
@media (min-width: 48em) {
  .md-1-5,
  .md-3-5,
  .md-4-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
}


/* Slider */
/* Slider */
/* Arrows */
/* Dots */
*,
:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  float: left;
}
.aligncenter {
  text-align: center;
}
ul {
  padding-left: 0;
}
/**.subNav ul {
    list-style: none;
    margin: 0.7em 0 1.2em; 
    padding: 0;             
    background: #193767;
    width: 100%;      
}
**/
/**.subNav li {
  display: inline;
}*/
/**textarea,
body#tinymce,
.pure-control-group textarea {
  color: var(--color-input-text) !important;
  background-color: var(--color-textarea-bg) !important;
  border: var(--input--border-style);
  box-shadow: var(--input--box-shadow);
}**/
a {
  text-decoration: none;
  color: var(--color-link);
}
a:hover {
  color: var(--color-link--hover);
}
html,
body {
  height: 100%;
}
body {
  background: var(--site-background);
}

/**@media (min-width: 960px) {
  #siteContainer:not(.admin) {
    width: 1030px;
    max-width: 100vw;
  }
  #siteHeader > div {
    width: 1030px;
  }
}*/
.mainEntry {
  text-align: center;
  margin-bottom: 1em;
}
.mainEntry img {
  max-width: 180px;
  margin-top: 0.3em;
  border-radius: var(--ap-border-radius);
}
@media (max-width: 767px) {
  .mainEntry img {
    max-width: 100%;
    max-height: 40vh;
    object-fit: contain; 
  }
}
.quickFilter {
  margin-bottom: 1em;
  font-size: smaller !important;
  transition: all 0.5s ease;
  font-weight: bold;
}
.quickFilter:before,
.quickFilter:after {
  content: " ";
  display: table;
}
.quickFilter:after {
  clear: both;
}
@media screen and (max-width: 767px), (max-device-width: 767px) and (orientation: portrait), (max-device-width: 499px) and (orientation: landscape) {
  .quickFilter:not(.small) {
    font-size: 1em;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    width: 160px;
    height: 49px;
    text-align: left;
  }
  .quickFilter.long {
    width: 210px;
  }
}
/**.subNav {
    list-style: none;
    margin: 0.3em 0 0.6em;   
    padding: 0.3em 2em;   
    font-size: smaller;
    background: #193767;
}**/
html,
[class*="pure-"] {
  font: normal 1em var(--ap-font-primary);
}
h3,
h4 {
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: var(--color-heading);
}
h3 a {
  color: var(--color-link);
}
h3 {
  font-size: 1.4em;
  font-weight: normal;
}
h4 {
  font-size: 1.2em;
}
p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  p {
    line-height: 1.4;
  }
}
body {
  color: var(--color-text);
}
/*.siteLogo {
    font: bold 0.95em/1 @font-header;
}*/
/**.selected,
.selected a {
  color: var(--color-link-selected) !important;
  cursor: default;
}**/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
@media all and (min-width: 768px) {
  .md-1-5 + .md-4-5 {
    padding-left: 1.6em;
  }
}
.gah {
  clear: both;
  position: relative;
  z-index: 1;
  min-height: 90px;
}
.controlBar:before,
.controlBar:after {
  content: " ";
  display: table;
}
.controlBar:after {
  clear: both;
}
.controlBar .quickFilter {
  display: inline-block;
}
.screenshots {
  cursor: pointer;
}
.recEntry > a {
  padding-right: 1em;
}
.recEntry > a img {
  max-width: 100%;
}
h3.flipMain {
font-size: 1.125rem;
color: #141415;  
  margin-right: -1em;
  padding: 0 0 0.2em;
  margin-left: 0;
 border-bottom: 1px solid #e7e1d3;
}
.smalls{
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}
.smalls a{

    color: #5d0800;
}

@media (max-width:35.5em){
    .recEntry .pure-1-2.sm-1-6 img{
        width:98px;
        height:128px;
    }
     .recEntry .pure-1-2.sm-1-6.md-1-5 {
        width:30%;
    }
      .recEntry .pure-1-2.sm-2-3.md-3-5 {
        width:70%;
    }

}
.smalltext {
    font-size: 14px;
    line-height: 25px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

/* zhuangtai */
.module-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.select-wrapper {
    position: relative;
    width: 148px;  
    height: 36px;
    flex-shrink: 0;
    background-color: #fff;
}

.select-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0%;
    width: 20%;
    height: 100%;
    background-color: #85c1e9;
    pointer-events: none;
    border-radius: 0 8px 8px 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 9l7 7 7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transition: background-color 0.2s ease;
}

/* select样式 */
.status-select {
    /**background-color: #3498db;*/
    color: #333;
    padding: 8px 22% 8px 12px;  /* 左边距小一点 */
    font-size: 14px;  /* 字体稍小 */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select .options{
    background-color: #ffffff;
}

.status-select::-ms-expand {
    display: none;
}

.select-wrapper:hover::after {
    background-color: #7fb3d5;
}

.select-wrapper:hover .status-select {
    background-color: #fff;
}

/* 红心按钮 - 红色背景，白色心形 */
.favourite {
    width: 32px;  /* 稍小一点 */
    height: 32px;
    background-color: #e74c3c;
    border-radius: 6px;  /* 圆角稍小 */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
    position: relative;
    z-index: 10;
}

.favourite svg {
    width: 16px;  /* 心形稍小 */
    height: 16px;
    color: #ffffff;  /* 白色心形 */
    display: block;
}

.favourite:hover {
    background-color: #c0392b;
}
.lister-item {
    display: inline-block;
    padding: 6px 12px;
    margin: 10px 0;  /* 上下距离10px */
    color: #22d36e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.lister-item:hover {
    color: #0ea5e9;
} 
/**zhuangtaitishi**/
#floating-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}
#floating-message.show{opacity:1;}

/**zhuangtaitishi**/
#floating-mes {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}
#floating-mes.show{opacity:1;}
#temp-login-tip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}
#login-tip.show{opacity:1;}




