@charset 'UTF-8';
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/wp-content/css/font/fa-solid-900-4d986b00ff9ca3828fbd.woff2) format('woff2'),
       url(/wp-content/css/font/fa-solid-900-bacd5de623fb563b961a.ttf) format('truetype');
}
.pure-g {
    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;
    /*删掉两行负间距，解决文字压缩粘连*/
    letter-spacing: normal;
    word-spacing: normal;
}
/* 子项格子恢复正常字距 */
.pure-g > [class*="pure-"]{
    letter-spacing: normal;
    word-spacing: normal;
}
@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;
}

.controlBar .quickFilter, .controlBar .sortFilter {
    display: inline-block;
}
/* 外层：左右分居、垂直居中 */
.sortWrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  margin-bottom:10px;
}
/* 内部文字+下拉对齐 */
.sortFilter{
    display: flex !important;
    align-items: center !important;
    gap:8px;
}
.sortFilter h5{
    margin:0 !important;
    padding:0;
    white-space: nowrap;
    font-weight: normal;
}
.sortFilter select {
    margin:0 !important;
    display:block !important;
    padding: 6px 8px;
    border: 1px solid var(--input--border-style,#ddd);
    border-radius: 5px;
    color: var(--color-input-text,#333);
    background-color: var(--color-input-bg,#fff);
    box-shadow: var(--input--box-shadow,none);
    outline: none;
    transition: 0.2s;
    cursor: pointer;
    min-width: 110px;
    box-sizing:border-box;
}
select:focus {
    border-color: #5889d8;
    box-shadow: 0 0 0 2px rgba(88,137,216,0.18);
}
/* addreview删掉 float:right，其余原样不动 */
.addreview {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    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: #193767;
    background-color: #f4f7fb;
    font-size: 14px;
    font-family: "Oswald";
    font-weight: bold;
    letter-spacing: 1.65px;
    /* float: right; 注释/删掉这一行 */
}

.addreview:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.addreview:hover,.addreview:focus{
    background-color: #193767;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24), 0 1px 8px rgba(0, 0, 0, 0.12);
}


.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 {
  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%;
    }

}


/* 模块容器 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;}


.avatarHeader {
    line-height: 14px;
}
.avatarHeader .avatar {
    float: left;
    margin-right: 0.5em;
    width: 30px;
    height: 30px;
}
.pure-3-5 > a {
    vertical-align: top;
}
.avatar {
    overflow: hidden;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 0.3em;
    margin-bottom: -0.3em;
    border-radius: 50%;
}
.avatarHeader .avatar img {
    width: 30px;
    height: 30px;
}
.authorDate {
    line-height: 16px;
    float: left;
    padding-right: 0.5em;
}
.authorDate a {
    display: block;
    font-size: 1.3em;
    color: var(--color-link);
}
.name[itemprop="name"] {
    font-size: 12px;
}
.time {
    color: #676767;
    font-size: 0.7em;
}
.name[itemprop="name"] {
    font-size: 12px;
}
/**user-pl star*/
        .rating-stars {
            display: inline-block;
            font-size: 0;
        }

        .rating-stars .rating-star {
            font-size: 15px;
            color: #ccc; 
            display: inline-block;
        }

        .rating-stars .rating-star.active {
            color: #ffcc00; 
        }
		
		
	.EntryPage__content .userActions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.userActions {
    white-space: nowrap;
    font-size: smaller !important;
    text-align: right;
}


.lgyPl_v2_record_item {
    padding: 10px 0;
    position: relative;
}	
.controlBar .cta {
    margin: 1em 0;
}
.recoCta {
    white-space: nowrap;
    width: 100%;
}
.cta {
    background-color: #f8f9fa; /* 浅灰色背景 */
    margin: 0.5em auto;
}

.addedBy, .cta {
    font-size: smaller;
    min-width: 119px;
    border-radius: 2px;
    padding: 0.6em 1.6em;
    display: inline-block;
    text-align: center;
}
.horizontal-cta > a:first-child {
    padding-left: 0;
}
.horizontal-cta > a {
    padding: 0.6em;
    border-right: var(--border-style);
    color: var(--color-text);
}
#rated-off {
    cursor: pointer;
}
.horizontal-cta > a {
    padding: 0.6em;
    border-right: var(--border-style);
    color: var(--color-text);
}
.lgyPl_v2_digg_icon {
    margin-right: 15px;
    opacity: .8;
    color: #666;
}
#iconComment:before {
    content: "\f075";
}
.recoCta > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 0.3em;
}
#rated-off:before {
    content: "\2b";
}
.recoCta > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 0.3em;
}
#rated-off {
    cursor: pointer;
}
.horizontal-cta > a:last-child {
    border-right: none;
    padding-right: 0;
}
.horizontal-cta > a {
    padding: 0.6em;
    border-right: var(--border-style);
    color: var(--color-text);
}
.lgyPl_v2_digg_icon {
    margin-right: 15px;
    opacity: .8;
    color: #666;
}	
/* zhuangtai */


/**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;}

